Hi There, I am trying to automate a report. I am trying to give specific criteria to 5 different things.
Here is the formula critera
=if(c2= 5 - "Very Satisfied",5)
=if(c2=4,4)
=if(c2=3,3)
=if(c2=2,2)
=if(c2= 1 - "Very Dissatisfied",1)
I need to combine all of if formulas into one big...