Boards
Excel twats!
Probably quite a simple one:
I want to set up a formula where if anything is typed in column B, it brings up an 'n' in the matching cell of column F. But the following isn't working for F1:
=IF(B1="","",n)
where the first blank is the logical test, the second blank is the value if true and the n is the value if false, where am I going wrong