I have source she that contains a cell with a yes/no option My goal:
Yes = Green Dot
No = Red Dot
Blank = No Dot
Budget ID is the identifier
{CH Pay No} is the reference sheet
=IF({CH Pay No} = "No", "Red", MATCH(Jan11{Budget ID}))
Above is what I have tried so far plus a few variations. No dice. If I could get the "Red" to work I was going to add in the Green & Blank. Hoping someone may know the answer to this riddle. What am I missing?
Thanks