Time conversion with Vlookup with multiple conditions and criteria before computing the Rate

ryanjuzz

New Member
Joined
Aug 16, 2009
Messages
32
Hi Folks,

Appreciate your help here, I have few items needed below for my reports and refer to requirements and concerns.

Is there a way I can automatically compute the time at B (1st Worksheet) to the corresponding Engineer Grade and Rate per hour base from Engineer name (Section A)? My initial approach here; there is another worksheet (see below 2nd Worksheet) this is were Vlookup the Eng Name (1st Worksheet) and will compute the hours on B (1st Worksheet) base on the rate of the engineer on the scorecard (see worksheet 2 scorecard)l If this is the case I will no longer convert the time at B to C (1st Worksheet) to value below.

RESULTS NEEDED FOR REPORTING:
C - Time Effort - how can i compute from the B (HH:MM) that will convert this to data below (just for computation)
D - Engr Type (1st Worksheet) - will lookup the grade of engineer from worksheet 2 (i.e. SCOF) this will vlookup base from name
E - COST SUPPORT(1st worksheet) -will compute for the hours from B (or via C ) that will reference the Eng Name and will compute on engineer type (see sample below worksheet 1)



(WORKSHEET 2)
ABCDEFG
1Eng NameIn HH:MMTime EffortEngr TypeCost Support
2John00:450.75SCOF46.88
3Tol01:551.55COF87.58
4Joe03:153.15COF177.98
5John02:112.11SCOF131.88
6
7

<tbody>
</tbody>















(WORKSHEET 2)

ABCD
1NameConsult GradeDescriptRate
2JohnSCOFSen Consult62.50
3TolCOFConsl Offshore56.50
4JoeCOFConsl Offshore56.50
5
6

<tbody>
</tbody>
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Im not quite sure what column C is for and also why 01:55 should become 1.55? Id have thought it should be 1.9 or thereabouts?
 
Upvote 0
In C2 its:

=B2*24 (format to number)

D2:

=VLOOKUP(A2,Sheet2!A:B,2,0)

E2:

=C2*VLOOKUP(D2,Sheet2!B:D,3,0)
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

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