jennyh1000

New Member
Joined
Mar 23, 2018
Messages
1
Hi all

I could really do with some help as I can't get this formula right. I've been trying to use IF INDEX MATCH.

IF A2 contains 2016

INDEX data from Column C

MATCH H5 postcode with X5 postcode


I basically have numbers in column C that I want listed in a new table, but only if cell A2 says 2016, and the row needs to match the postcode from the original table, to the new table.


Please help!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Re: IF INDEX MATCH - Formula help

Hi, welcome to the board.

Your request is pretty vague.

What does this mean ?
MATCH H5 postcode with X5 postcode

If the postcode in H5 matches the postcode in X5, then you don't really need the MATCH function, you can just use
=H5=X5
to return a TRUE or FALSE result.

OR, maybe you mean you want to search for the postcode in H5, in column X ?
Which would maybe be more appropriate for the MATCH function.
OR, maybe you mean you want to search for the postcode in X5, in column H ?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top