Forum Discussion
Excel Formulas and functions Vlookup for partial search and multiple conditions and OR condition
- Jan 27, 2024
Thanks! The formula should be entered in a single cell, and there should be enough empty cells below it for the result.
See the attached version.
=FILTER(ChreosdataA!A2:A1000, (ISNUMBER(SEARCH("AFR", ChreosdataA!A2:A1000))+ISNUMBER(SEARCH("CCH", ChreosdataA!A2:A1000)))*ISNUMBER(SEARCH("Air Freshener", ChreosdataA!C2:C1000)), "")
If you have more than 1000 rows of data, expand the ranges in the formula
Hi.Thank you for the formula. However, i receive a #SPILL as a return
I have attached part of the spreadsheet that I am using with the relevant columns.
Thanking you
David
- HansVogelaarJan 27, 2024MVP
Thanks! The formula should be entered in a single cell, and there should be enough empty cells below it for the result.
See the attached version.
- davids4500Jan 28, 2024Copper Contributor
HansVogelaar Well this is so good. Worked perfectly and just what I needed.
Much appreciated and thank you for taking time.
David