J
jacob farino
I am trying the following formula:
=IF(C12="citifinancial",OFFSET(W17,MATCH(C12,X18:X20,0),0),"?")
Works Great. If the reference cell, c12 says Citifinancial, i get my matched
display. If it doesn't, I get a "?". Wonderful. But what I'm having a
difficult time with is the reference cell should be able to contain
Citifinancial OR Argent OR Novastar, for the matching formula to work, and
all other entries into C12 should return a "?".
But no matter how I write the OR statement, it doesn't work. I can only get
the reference cell to work with a single =. This should be easy right???
Any help would be terribly terribly appreciated.
jacob
=IF(C12="citifinancial",OFFSET(W17,MATCH(C12,X18:X20,0),0),"?")
Works Great. If the reference cell, c12 says Citifinancial, i get my matched
display. If it doesn't, I get a "?". Wonderful. But what I'm having a
difficult time with is the reference cell should be able to contain
Citifinancial OR Argent OR Novastar, for the matching formula to work, and
all other entries into C12 should return a "?".
But no matter how I write the OR statement, it doesn't work. I can only get
the reference cell to work with a single =. This should be easy right???
Any help would be terribly terribly appreciated.
jacob