how to return value with three lookup

go14344

New Member
Joined
Jun 17, 2014
Messages
28
i name this sheet masterlist


1
A


BCD



1
E



2
F



3
G



4
H



5
I



6
2A.M.
3ID #Employee7/257/267/277/297/307/31
49101Mario Sellona6-116-127-117-12730-11730-12
59301Daisy Rose Domingo7-126-127-117-12730-11730-12
69302Alfonso Lawas6-116-127-117-12730-11730-12

<tbody>
</tbody>


in another sheet, i name it report, how can i return the data with three lookup? i need to return the date in red font and the schedule in green font, when i encode the no. 1-6 and ID# and A.M.... thanks..

sample:
19101A.M.6-117/25
19301A.M.7-127/25
29101A.M.6-127/26
39302A.M.7-117/27
49302A.M.7-127/29

<tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hello, somewhat like this? Can modify it Please -


Excel 2013/2016
ABCDEFGHIJKLMNOPQRS
1
2123456
3A.M.
439302Alfonso Lawas25-Jul26-Jul27-Jul29-Jul30-Jul31-Jul
549101Mario Sellona11-Jun12-Jun11-Jul12-Jul730-11730-1219101A.M.6-1125-Jul
659301Daisy Rose Domingo12-Jul12-Jun11-Jul12-Jul730-11730-1219301A.M.7-1225-Jul
769302Alfonso Lawas11-Jun12-Jun11-Jul12-Jul730-11730-1229101A.M.6-1226-Jul
839302A.M.7-1127-Jul
949302A.M.7-1229-Jul
10
11
12
13
14
15Criteria11-6
16Criteria2ID#
17#N/A#N/ACriteria3A.M.
18#N/A
19#N/A
2025-Jul-19
2125-Jul-19
22#N/A
23
Masterlist
Cell Formulas
RangeFormula
F17=VLOOKUP(VLOOKUP(VLOOKUP($N5,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
F18=VLOOKUP(VLOOKUP(VLOOKUP(N6,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
F19=VLOOKUP(VLOOKUP(VLOOKUP(N7,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
F20=VLOOKUP(VLOOKUP(VLOOKUP(N8,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
F21=VLOOKUP(VLOOKUP(VLOOKUP(N9,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
F22=VLOOKUP(VLOOKUP(VLOOKUP(N10,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
G17=VLOOKUP(VLOOKUP(VLOOKUP(O5,$A$4:$B$7,2,0),$O$5:$P$9,2,),$P$5:$R$9,3,)
 
Upvote 0
Hello, somewhat like this? Can modify it Please -

Excel 2013/2016
ABCDEFGHIJKLMNOPQRS
1
2123456
3
425-Jul26-Jul27-Jul29-Jul30-Jul31-Jul
59101Mario Sellona6-117-11630-11730-11
6
8something like this:
10
11criteria 1criteria 2return value 1return value 2
12191016-1125-jul
13291017-1126-jul
1439101630-1127-jul
1549101730-1129-jul

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,840
Messages
6,121,895
Members
449,058
Latest member
Guy Boot

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