Hey everyone,
I was wondering if I could get some assistance with an IF formula I am working on:
=IF('Agent Statistics'!K27> 83, "Pass", IF('Agent Statistics'!K27< 83, "Fail", IF('Agent Statistics'!K27<> 0, "None")))
Basically, If the score is above an 83.00, I need it to say Pass, and that works, and if it is under an 83.00, i need to say Fail, and that works. Here is the problem I am running in to. The tab I am pulling the data from pulls data from a page that contains statistics of the particular agent. That agent may not have a score a certain week, so it will show 0.00. I need my formula basically say:
If K27 is 0.00, then display None.
Can anyone help me with this? I just can't seem to figure it out.
Thanks
Bookmarks