Hi there,
Trying to write an excel formula to find plans based on text string descriptions. Basically looks like the attached spreadsheet. Below is a simple example:
A1: Plan 1
B1: Airplanes
C1: Tires
Look in spreadsheet for better example, note it illistrates what I want it to do manually without any programming behind it.
Now this is what I want if statement to do, obviously it won't look exactly like this =if(B1:C1="Airplanes, return plan name, if false keep searching) end function after range limit is reacher, Range 1-100.
This make sense? Is there a way to do this with functions? Or is this a VBA program thing? Not used VBA before so any code would be appreciated.
sample sheet.xlsx
Bookmarks