Eloise T
Active Member
The formula in Column L is searching in Column J for three words, OSS, Swap, and Unit. If ANY of them are in Column J AND Column H = 50, then put 50 in Column L. So far it works for OSS but not Swap or Unit. What is my error in logic? Thanks.
Spreadsheet attached for clarification.
=IF(AND(H2=50,IFERROR(SEARCH({"*OSS*","*Swap*","*Unit*"},J2)>0,0)),50)
Spreadsheet attached for clarification.
=IF(AND(H2=50,IFERROR(SEARCH({"*OSS*","*Swap*","*Unit*"},J2)>0,0)),50)
Attachments
Last edited: