Chantae has attended:
Excel Advanced course
INDEX
I'm having trouble with INDEX function, it keeps on saying N/A. =INDEX('Elevate Data '!E:E,MATCH([@Email],'Elevate Data '!D2,0))
RE: INDEX
Hi Chantae,
Thank you for the forum question.
If you get N/A. =INDEX('Elevate Data '!E:E,MATCH([@Email],'Elevate Data '!D2,0)) you have no match.
You formula looks wrong. You want to return information from the range 'Elevate Data '!E:E but you only want to match the lookup value [@Email] in one cell 'Elevate Data '!D2.
I do not know how you have the data, but I guess (it is only a guess) that your formula should look like this:
=INDEX('Elevate Data '!E:E,MATCH([@Email],'Elevate Data '!D:D,0))
Kind regards
Jens Bonde
Microsoft Office Specialist Trainer
Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
Will be marked as resolved in 5 days
Notice: This is an automated message. Due to inactivity, this forum post will be marked as 'resolved' if there are no further responses in the next 5 days.