Hello,
I receive an error called "Incorrect Argument Set," but not sure what is wrong here. I have a Risk column that is a drop-down selection of (High, Medium, Low) and want to show a corresponding colored circle symbol where this formula resides.
=IF(Risk@row, "High", "Red", IF(Risk@row, "Medium", "Yellow", IF(Risk@row, "Low", "Green")))
Thanks,
Amy