Index match

j4ymf

Well-known Member
Joined
Apr 28, 2003
Messages
741
Office Version
  1. 365
Platform
  1. Windows
Good morning
could someone please help me out with an INDEX MATCH
I'm trying to find dates when people are on holiday.
my index are DATES on K27:N27. THE NANE J28:J33. THE HOLIDAYS H29:K28
H28 is the name
H29 is the letter H

so I'm trying to find the name and then the H and return the date that the person has booked off on holiday but currently it returning a N/A error.

and then once that one works I would like to be able to find the next day they have booked off, how do you find the second date, third date?

thanks you



=INDEX(K27:N27+MATCH(H28,J28:J33,0),MATCH(H29,K28:N33))
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Is this a typo ???

=INDEX(K27:N27+MATCH(H28,J28:J33,0),MATCH(H29,K28:N33))

It should be

=INDEX(K27:N27,MATCH(H28,J28:J33,0),MATCH(H29,K28:N33))

For subsequent dates you'd be better off posting some example data
 
Upvote 0
hello

some post i've read i've seen a + either way i'm still getting the error code
thank you
 
Upvote 0
Hi,

Can you post some dummy data, some of your ranges are intersecting.
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,726
Members
448,987
Latest member
marion_davis

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