Forum Discussion
ana ayesh
Jan 12, 2018Copper Contributor
function to merge multiple tab
Hi guys,
I need a little help on excel functions. I have a worksheet with multiple tabs. on each tab it consists of a unique id with all the information for that unique ID. say for example, M...
- Jan 16, 2018I see. You want to merge all fields in tab2 to tab1, and F column in tab1 is used to match H column in tab2.
Since there are columns in front of H column in tab2, VLOOKUP formula does not fit your need.
Please try INDEX formula and MATCH formula.
ana ayesh
Jan 15, 2018Copper Contributor
Hi I have tried to use absolute and im still getting an error. #ref.
ana ayesh
Jan 15, 2018Copper Contributor
if i understand.. it should be F4 and table array H1 : h65536 ?
- Willy LauJan 15, 2018Iron Contributor
May I know which column in tab2 contains the value of F4 from tab1?
- ana ayeshJan 15, 2018Copper Contributor
it sin column H.
- Willy LauJan 16, 2018Iron ContributorI see. You want to merge all fields in tab2 to tab1, and F column in tab1 is used to match H column in tab2.
Since there are columns in front of H column in tab2, VLOOKUP formula does not fit your need.
Please try INDEX formula and MATCH formula.