imdex match in raw, raw, column?

Lukas C

New Member
Joined
Nov 9, 2016
Messages
24
hi her's my table
NameTotalsRow TypeDayPrimary JobShift Start DateShift Start TimeShift End Time
Smith, John37.5NoneSun07/05/2017
Smith, John37.5ShiftMon08/05/20173:00 PM11:00 PM
Smith, John37.5ShiftTue09/05/20173:00 PM11:00 PM
Smith, John37.5ShiftWed10/05/20173:00 PM11:00 PM
Smith, John37.5ShiftThu11/05/20173:00 PM11:00 PM
Smith, John37.5ShiftFri12/05/20173:00 PM11:00 PM
Smith, John37.5NoneSat13/05/2017
Smith, James37.5NoneSun07/05/2017
Smith, James37.5ShiftMon08/05/20172:00 PM5:00 PM
Smith, James37.5ShiftTue09/05/20172:00 PM5:00 PM
Smith, James37.5ShiftWed10/05/20172:00 PM5:00 PM
Smith, James37.5ShiftThu11/05/20172:00 PM5:00 PM
Smith, James37.5ShiftFri12/05/2017
Smith, James37.5NoneSat13/05/20172:00 PM5:00 PM

<colgroup><col span="8"></colgroup><tbody>
</tbody>

can i make excel to find looking mane in column A and then look for date in column F to return column G?
example:
Smith, John on 12/05/17 = 3:00 PM ?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Heres a way. Put your table in A1:H15. Put 'Smith, John' in K1, '12/05/2017' in L1. Then try this:

=INDEX($G$2:$G$100,MATCH(1,INDEX(($A$2:$A$100=K1)*($F$2:$F$100=L1),0),0))
 
Upvote 0

Forum statistics

Threads
1,215,415
Messages
6,124,764
Members
449,187
Latest member
hermansoa

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