VLOOKUP & Apply Formula

Literae

New Member
Joined
May 11, 2018
Messages
27
Bonjour,

I have a spreadsheet at the moment for pricing up jobs for different contracts. Each contract has its own mark up.

I was wondering if there was a formula I could put into 1 cell (and then used for the rest of the column) so it could simplify the process.

For example, if A1 contains (TEXT 1), apply formula/calculation (D1*0.9)+(D1*0.9*1.2*0.045) to the Cell.

A1 = Contract
D1 = Retail Price

I would like to put this new formula into B1.

Not sure if it would make this easier, but I would like B1 to contain multiple arguements and find a range of contracts I have in the drop downs in Column A. Not sure if it would be a VLOOKUP table of results or?

TL:DR - I would like B1 to work out the Mark Up of D1, based on A1s contract. For this particular contract A1 (TEXT 1) uses the formula stated above.

Thanks in advance
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Closest I have so far is:

=IF(ISNUMBER(SEARCH("BSM FORD",A14)),(D14*0.9)+(D14*0.9*1.2*0.045),"")

However I would like to apply multiple arguements and outcomes? For example replacing "BSM FORD" with "VAUXHALL" and apply =D14-(D14/10)


 
Upvote 0
You dont need brackets round the multiplication

The formula can be simplified to D1*0.9972
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,183
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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