somethingwicked
New Member
- Joined
- Nov 17, 2016
- Messages
- 4
Hi all,
I have a value I'm looking up with an index/match formula, and the thing is this value also corresponds to data in another column that I'm also trying to pull. I want the data in those two columns to be reflected in my index/match statement
Right now, I've got two very similar index/match formulas like this:
=INDEX('Zone 1'!$H:$H,MATCH(Master!E4,'Zone 1'!$G:$G,0))
=INDEX('Zone 1'!$I:$I,MATCH(Master!E4,'Zone 1'!$G:$G,0))
Is there any way to consolidate these two formulas into one? I want the data in those two columns to be reflected in one index/match statement so they can output both of the values returned from the columns in one cell.
Thanks for your help. I'm trying to improve my index/match knowledge and this is throwing me for a loop!
I have a value I'm looking up with an index/match formula, and the thing is this value also corresponds to data in another column that I'm also trying to pull. I want the data in those two columns to be reflected in my index/match statement
Right now, I've got two very similar index/match formulas like this:
=INDEX('Zone 1'!$H:$H,MATCH(Master!E4,'Zone 1'!$G:$G,0))
=INDEX('Zone 1'!$I:$I,MATCH(Master!E4,'Zone 1'!$G:$G,0))
Is there any way to consolidate these two formulas into one? I want the data in those two columns to be reflected in one index/match statement so they can output both of the values returned from the columns in one cell.
Thanks for your help. I'm trying to improve my index/match knowledge and this is throwing me for a loop!