Index Match?

pvtjoker77

New Member
Joined
Aug 31, 2015
Messages
13
Office Version
  1. 2016
Platform
  1. Windows
First off thank you for the help!

I have a daily schedule on Sheet1 and have the Employees entire year schedule on Sheet2. So what I have been trying to do is get the names from sheet2 on to Sheet1 by date and position. I have tried INDEX MATCH looking for the date then the positions to no avail. Any help would be appreciated.

Demo.xlsx
C
5#N/A
Sheet1
Cell Formulas
RangeFormula
C5C5=INDEX(Sheet2!A3:A15,MATCH(C4,Sheet2!B2:Z2,0),MATCH(A5,Sheet2!B3:Z52,0))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C5:C16Cell Valuecontains "open"textNO
B5:D5,C6:C16Cell Valuecontains "Open"textNO
C5Expression=FIND("TRN",B5:B50)textNO


Demo.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZ
14/274/284/294/305/15/25/35/45/55/65/75/85/95/105/115/125/135/145/155/165/175/185/195/205/21
2WedThuFriSatSunMonTueWedThuFriSatSunMonTueWedThuFriSatSunMonTueWedThuFriSat
3MikexxxDG4DG4DG4DG4DG4DG4xxxxxxDG1DG1DG1DG1DG1DG1xxxDG2
4Tom DG2DG2DG2xxxDG3DG3DG3DG3DG3DG3xxxxxxDG4DG4DG4DG4DG4DG4x
5JeanDG3DG3DG3DG3DG3DG3xxxDG4DG4DG4DG4DG4DG4xxxxxxDG1DG1DG1DG1
6FrankxxxDG2DG2DG2DG2DG2DG2xxxDG3DG3DG3DG3DG3DG3xxxxxxDG4
7BillDG1DG1DG1DG1DG1DG1xxxDG2DG2DG2DG2DG2DG2xxxDG3DG3DG3DG3DG3DG3x
8JuliexxxxxxDG1DG1DG1DG1DG1DG1xxxDG2DG2DG2DG2DG2DG2xxxDG3
9KellixxxDS1DS1DS1DS1DS1DS1xxxxxxDS2DS2DS2DS2DS2DS2xxxDS3
10MarvinDS3DS3DS3xxxDS4DS4DS4DS4DS4DS4xxxxxxDS1DS1DS1DS1DS1DS1x
11TimDS4DS4DS4DS4DS4DS4xxxDS1DS1DS1DS1DS1DS1xxxxxxDS2DS2DS2DS2
12Bill KDS2DS2DS2xxxDS3DS3DS3DS3DS3DS3xxxDS4DS4DS4DS4DS4DS4xxxx
13JohnxxxDS2DS2DS2DS2DS2DS2xxxDS3DS3DS3DS3DS3DS3xxxDS4DS4DS4DS4
14ThomDS1DS1DS1xxxxxxDS2DS2DS2DS2DS2DS2xxxDS3DS3DS3DS3DS3DS3x
15BruceDS6DS6DS6xxxDS5DS5DS5DS5DS5DS5xxxDS6DS6DS6DS6DS6DS6xxxx
Sheet2
Cell Formulas
RangeFormula
B1B1=TODAY()
C1:Z1C1=B1+1
B2:Z2B2=B1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
L3:AT49Cell Value="x"textNO
B3:K49Cell Value="x"textNO
B1:AT2Expression=COUNTIF('C:\Excel\[2022 SOD Bid.xlsm]Sheet1'!#REF!,B$2)>1textNO
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Sheet1
 

Attachments

  • Capture.PNG
    Capture.PNG
    24.3 KB · Views: 6
Upvote 0
How about
Excel Formula:
=INDEX(Sheet2!A3:A100,MATCH(A5,INDEX(Sheet2!B3:Z100,,MATCH(C4,Sheet2!B1:Z1,0)),0))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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