index

Forum home » Delegate support and help forum » Microsoft Excel Training and help » INDEX

INDEX

resolvedResolved · Urgent Priority · Version 365

Chantae has attended:
Excel Intermediate course
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.


 

Excel tip:

Recently used file list

Under the File menu, you may find a list of files at the bottom of the menu. These files represent the most recently used Excel spreadsheets. This file list provides a quick way for you to access your files.

You can disable the file list feature of Excel. This is done by

1. Choose Tools > Options menu. You will see the Options dialog box.
2. Ensure the General tab is selected.
3. Make sure the Recently Used File List check box is cleared.
4. Click on OK.

View all Excel hints and tips


Server loaded in 0.06 secs.