Skip to main content
Best answer

How do I convert Google Sheets number in cell to text

  • September 28, 2021
  • 3 replies
  • 74 views

Hi, I have rows in a Google Worksheet being created and populated from a webform. One of the columns populates as a number, i.e. 3 or 6 for example. I need the numeric value for another Zapier friendly app to utilize. For my Zap workflow however I want to populate a custom field in a 3rd party Zapier friendly app. Not as a numeric value but a text field where say 3 = Bronze and 6 = Gold. 

I was looking for a router function where IF cell = 3 then Bronze and IF cell = 6 then Gold. I would then grab the output value and populate the field in the 3rd part app further down the workflow with a text field.

 

Any ideas?

Best answer by Troy Tessalone

Hi @troyc 

Try using a Formatter > Utilities > Lookup Table step in the Zap: https://zapier.com/help/doc/how-use-formatter-functions#using-the-lookup-table

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31284 replies
  • Answer
  • September 28, 2021

Hi @troyc 

Try using a Formatter > Utilities > Lookup Table step in the Zap: https://zapier.com/help/doc/how-use-formatter-functions#using-the-lookup-table


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31284 replies
  • September 28, 2021

  • Author
  • Beginner
  • 2 replies
  • September 28, 2021

Thank you for your response. Works a treat!