Vlookup help (Excel 2010)

JFD5863

New Member
Joined
Aug 29, 2014
Messages
4
Images
vllookup2.jpg
vlookup1.jpg
attached.

On Sheet two within the Materials and Subcontract Section I require the following:

In the total cost column the Vlookup will recognize what year within the Cost Basis Year Column and match that to the associated multiplier on Sheet one. It will then ,multiple the figure by the multiplier and the number under the Quantity column

For example:


H35 will recognize the year in F25 (2004), look up the multiplier on sheet 1 (1.379479057) and then multiply G25 (£1) by the multiplier and the figure in E35 (10)

So the answer should be 13.79479057
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Are you getting 25s and 35s mixed up? I'm a bit confused.

Here's what I came up with:

Code:
=VLOOKUP(F35,Sheet1!B:D,3,FALSE)*G35*E35
Hope this helps,

Chris.
 
Upvote 0

Forum statistics

Threads
1,214,984
Messages
6,122,601
Members
449,089
Latest member
Motoracer88

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