Hi there,
I am trying to return one value from a list of values where this list will be growing in the future. So the spreadsheet looks like something as below
Where column D will grow in the future. The issue I found so far is that the SEARCH formula only looks for one row at a time. Using =IF(OR(IFERROR(SEARCH($D$2,A2,1),0),IFERROR(SEARCH($D$3,A2,1),0),"Others")) is not an option as the Category list 1 grows, the OR starts to become extremely large. Is there another way to do that? any ideas? thanks a lot in advance
Gabriel
I am trying to return one value from a list of values where this list will be growing in the future. So the spreadsheet looks like something as below
Where column D will grow in the future. The issue I found so far is that the SEARCH formula only looks for one row at a time. Using =IF(OR(IFERROR(SEARCH($D$2,A2,1),0),IFERROR(SEARCH($D$3,A2,1),0),"Others")) is not an option as the Category list 1 grows, the OR starts to become extremely large. Is there another way to do that? any ideas? thanks a lot in advance
Gabriel