Skip to main content

Hi, how would I list cell values separated by comma, but for the last value separated by the word "and".

For example, 'Apple, Orange and Pear'.

If the third cell is empty, then 'Apple and Orange'.

Thank you.

Try a Code step: https://zapier.com/apps/code/help

Otherwise you’ll need to use Filter/Paths with Formatter steps.

Filter: https://zapier.com/apps/filter/help

Paths: https://zapier.com/help/create/customize/add-branching-logic-to-zaps-with-paths

Formatter: https://zapier.com/apps/formatter/help


Thank you Troy