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