For the life of me, this isn't working..
In Column J.... there will either be 2 texts included = "SEL-", or "INC-"
If neither, then it should default to "BI"
I was thinking of using this:
=IF(FIND("SEL-",J:J,1)>0,"SEL","BI")
But I need to it first check for "SEL-", then "INC-", then default to "BI"
In Column J.... there will either be 2 texts included = "SEL-", or "INC-"
If neither, then it should default to "BI"
I was thinking of using this:
=IF(FIND("SEL-",J:J,1)>0,"SEL","BI")
But I need to it first check for "SEL-", then "INC-", then default to "BI"