Vlookup and Multiple

SoFlo24

New Member
Joined
Aug 6, 2020
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I'm afraid I am a bit over my head. I'm trying to create a formula where after I do a Vlookup for column A if it has a certain text it multiples what is in column B and puts it in column C. On my second sheet I have the following, see below, which is where it will draw the info from.

So on my first sheet if A has K001 it takes what's in B multiples .01 which is on my second sheet and displays it in column C on my first sheet and if it has K002 it will multiple it by .02 and display it in C




CodeD1
K001
0.01​
K002
0.02​
K003
0.03​
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi & welcome to MrExcel.
How about
=B2*Iferror(vlookup(A2,Sheet2!A2:B100,2,0),1)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,627
Messages
6,120,610
Members
448,973
Latest member
ChristineC

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