I have a Google Fusion table and I am trying to add a formula column with a simple if statement.
The column TYPE
contains numbers 1-5. I want to update a formula column based on the value in the TYPE
column.
I tried many variations (single quote, double quote, etc) of the following:
IF(TYPE=1,'red','yellow')
But, it always says invalid formula. If statements are permitted and I am following the format described here: https://support.google.com/fusiontables/answer/178196?hl=en
What am I missing?