I have a fairly simple function that I'm having trouble with.
At the moment my function looks like this:
=IF(D12="Y","A",IF(D12="N","C","B"))
It only works if I use D12 as the logic test. But I need to reference 2 cells (both D12 and E12).
I've tried:
=IF(D12:E12="Y","A",IF(D12:E12="N","C","B"))
But I keep getting #VALUE errors.
I'm at a loss as how to do this. I've searched everywhere but found nothing, unless I should be using an AND function...
Thanks in advance!
Bookmarks