Hello
So I have a spreadsheet that works out our team KPIs.
What I want to do is create an IF statement that checks a cell to determine whether the operator in the logical test should be > or <.
C4 is the Score (a percentage)
AD13 is the operator
AC13 is the value to compare with
I have tried ="=IF("&C4&AD13&AC13&",0,2)" which I thought would work, but that way it is just shown as text.
I have also tried =IF(C4&AD13&AC13,0,2) but that just shows a #VALUE! error..
Your help would be appreciated!
Thanks
Bookmarks