I am trying to write an IF formula that includes a wildcard, and I must be doing something wrong... This is what I have currently:
IF(D3="*onhand*","Cash OnHand",IF(D3="*able*","ShortTerm",VLOOKUP(AA3,Sheet1!$N$2:$O$199,2,FALSE)))
Does anyone have any suggestions for what I could replace the wildcard characters with to do the same type of function?
Thanks!
Becky
IF(D3="*onhand*","Cash OnHand",IF(D3="*able*","ShortTerm",VLOOKUP(AA3,Sheet1!$N$2:$O$199,2,FALSE)))
Does anyone have any suggestions for what I could replace the wildcard characters with to do the same type of function?
Thanks!
Becky