Joe Galvan
Board Regular
- Joined
- Jun 24, 2008
- Messages
- 152
I have a formula that does great for pulling the first item in a string but I need the 2nd, 3rd, etc... in the string of informtaion
Currently I am using:
Index(ResultsRange,match(1,if(range1=LookupValue1,if(range2=LookupValue2,if(range3=LookupVAlue3,1))),0)) C+S+E
Is there a way to put an offset into this formula, so I can pull the next item down??
thanks,
JOE
Currently I am using:
Index(ResultsRange,match(1,if(range1=LookupValue1,if(range2=LookupValue2,if(range3=LookupVAlue3,1))),0)) C+S+E
Is there a way to put an offset into this formula, so I can pull the next item down??
thanks,
JOE