Hello,
I am trying to create a formula that returns 1 of 3 answers based on the value of the selected cell. Right now I have it set up to show me Complete/Incomplete based on the number 4 being in a column, but it would be more useful for me to see "In Progress" for cells that have a 1, 2, or 3 in them. My current formula is =IF([Count IF Functions]1 = "4", "Complete", "Incomplete")
Any tips on how to achieve this would be appreciated! :)
0="Incomplete"
1-3="In progress"
4="Complete"