Excel IF statement not recognising text
Hi folks,
Trying to write an IF statement in Excel for iOS but Excel doesn’t seem to see the comparator as text. The formula is
=IF(A6=“ITEM”,1,0)
which gives a #NAME? error. If I change the formula to
=IF(A6=3,1,0)
then the formula works. I’ve tried replacing the “ round Item with ‘ to no avail.
I’ve also replicated the example on the MS Excel website (which uses “) and get the same error.
iPad Mini 5, iOS 12.4, Excel 2.28
Thanks
Fraser