vlookup multiplying using it

tylerschreck

New Member
Joined
Jun 13, 2008
Messages
2
I have a vlookup formula that divides...what I need to have is one that will multiply. I can't figure it out...

This is the one that divided the numbers...how would I make one that multiplies them?

=C41/VLOOKUP(E41,{0.6,720;0.7,570;0.8,450;0.9,360;1,300;1.1,240;
1.2,210;1.3,180;1.4,150;1.5,120;1.6,45;1.7,1;1.8,1;1.9,1;2,1;2.1,1;
2.2,1;2.3,1;2.4,1;2.5,1;2.6,1;2.7,1;2.8,1;2.9,1;3,1},2,FALSE)
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hi & Welcome to the Board!

Have you tried:

=C41*VLOOKUP(E41,{0.6,720;0.7,570;0.8,450;0.9,360;1,300;1.1,240;
1.2,210;1.3,180;1.4,150;1.5,120;1.6,45;1.7,1;1.8,1;1.9,1;2,1;2.1,1;
2.2,1;2.3,1;2.4,1;2.5,1;2.6,1;2.7,1;2.8,1;2.9,1;3,1},2,FALSE)
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,185
Members
448,554
Latest member
Gleisner2

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