multiple calcs

bugslife

New Member
Joined
Jan 27, 2005
Messages
6
Hi all,
I am using vlookup to pull up whole sale costs using the following formula

=IF(B17="","",VLOOKUP(B17,'Products List'!B3:D301,2,FALSE))

After it returns the value i need, i want it to multiply it by a shipping percentage located in G59 and a profit percentage in G63 . Shipping and profit percentages change day to day to day and sometimes i only need to add a shipping percentage and vice versa. Any suggestions ..please

i tried this formula
=IF(B17="","",VLOOKUP(B17,'Products List'!B3:D301,2,FALSE)*G59*G63)

but if i dont enter a value in say G59 my original figure found by Lookup doesnt show, I need it so if i dont enter a value in G59 or G63 the original value stays unchanged and is still displayed......ahhh driving me batty
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,214,891
Messages
6,122,105
Members
449,066
Latest member
Andyg666

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