Index and Match Function Help

Jader04

Board Regular
Joined
May 4, 2009
Messages
53
Hello Everyone

Can anyone help me with this problem.

I have a customer data sheet that has customer names, dates and amount

then I have another sheet that I want t to find the people have a payment due on the date.

so on top of the sheet, i put the date will find the customer name below

the problem that i have is giving me duplicates or not the person for that date.

see image below

Formula that i used → =(INDEX('Customer Data'!A6:A655,MATCH($F$2,'Customer Data'!$G$4:$G$653,1))&"")

https://snag.gy/rLm5eM.jpg

https://snag.gy/nkBomY.jpg

Thank you for your help


 
Last edited:

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
icon4.png
Index and Match Function Help


Hello Everyone

Can anyone help me with this problem?

I have a customer data sheet that has customer names, dates and amount

then I have another sheet that I want t to find the people have a payment due on that date.

So the Result When entering a Date, I want to find all the people are on the list with that date.


See image below


Formula that i used → =(INDEX('Customer Data'!A6:A655,MATCH($F$2,'Customer Data'!$G$4:$G$653,1))&"")
Formula two that i usded → (VLOOKUP(F2,'Customer Data'!A4:I26,MATCH(B20,'Customer Data'!A3:I3,0),0)

https://snag.gy/rLm5eM.jpg

https://snag.gy/nkBomY.jpg

The Worksheet download here → (Password is:
Excel ) https://gfile.us/files

Thank you for your help
 
Upvote 0
ok I used another Formula =INDEX('Customer Data'!A4:A104,MATCH($F$2,Due_Date'!A4:A104,0),0)

but repeat the same name
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,259
Members
452,626
Latest member
huntinghunter

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