Skip to main content

I am attempting to use the spreadsheet-style formula below with some content from a Google sheet:

IF(ISTEXT({{109858925__COL$K}}), {{109858925__COL$K}},{{109858925__COL$S}})

but I get error “The numbers could not be sent to Formatter by Zapier.” and I am presuming that the error is because ISTEXT doesn’t evaluate correctly on a null value? I have tried “ISBLANK” with identical results.

Does anyone know the best way to implement “if this is not null/blank/empty use this, otherwise use that” in a Zap action triggered by a Google sheet new row or updated row?

 

Ok, my bad. I figured out that I must enclose things in quotes, even references to Google sheet columns.

I get no errors with the new code:

IF(ISBLANK(" 1. Actual_Arrival_Date: No data"), " 1. Calculated_ETA: 2021-01-15 7:12:34"," 1. Actual_Arrival_Date: No data")

The entire zap isn’t quite working yet but I am now moving past this problem.


Thanks for lettings us know that you found the answer to this one,  @Larry Talley 🙂