If Statement - Referencing Symbols Column and Text Column

Hello,

Here's my IF Statement where I'm receiving an "Incorrect Argument Set" error.

If my Active Status column (symbols) shows a blue circle, I want to return the value in Text Requested column. Otherwise display a zero value. What am I doing incorrectly?


=IF([Active Status]@row, "Blue", [Total Requested]@row, "0")


Thank you!

AE

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!