Skip to main content
Best answer

List cell values, and separate each with comma, but for last one use 'and' to separate

  • September 5, 2020
  • 2 replies
  • 168 views

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.

Best answer by Troy Tessalone

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

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • September 6, 2020

  • Author
  • Beginner
  • September 9, 2020

Thank you Troy