Conditional Formulas - How do I make quantity of a cell change the value of other cells?

johnny_rockets

New Member
Joined
Jan 16, 2013
Messages
2
Hi,

I'm really new to this spreadsheet stuff and I can't seem to find a simple answer to this question...

How do I make a cell change to another cell's value based on the value of a third cell?

That's a confusing way to ask, perhaps. I have quantities (1-12) and different dollar amounts for each. So, if i were to enter '3' as a quantity in column A, I would want column B to display $3 and so on.

VENDOR 1TOTALVENDOR 2
TOTALVENDOR 3
TOTAL
1$1.003$4.005$7.00
1$1 $2 $3
2$2 $3 $4
3$3 $4 $5
4$4 $5 $6
5$5 $6 $7
6$6 $7 $8
7$7 $8 $9
8$8 $9 $10
9$9 $10 $11
10$10 $11 $12
11$11 $12 $13
12$12 $13 $14

<colgroup><col style="width:48pt" span="7" width="64"> </colgroup><tbody>
</tbody>

Any help would be greatly appreciated.

THANKS!
 
Last edited:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi,

The data you have posted is a little unclear, which is why I think you haven't had any responses yet.........

Can you either post in the correct format or try to re-iterate what you need? With exact cell references etc so that I can understand better what you need?

I think what you are asking for is easy enough, I'm just not sure exactly what you are looking for!

Cheers
Chris
 
Upvote 0
In B2 enter:

=VLOOKUP(A2,$A3:B14,COLUMNS($A3:B14))

and copy it to D2 and F2. You may need to change the row references in the lookup range $A3:B14.
 
Upvote 0

Forum statistics

Threads
1,216,153
Messages
6,129,176
Members
449,491
Latest member
maxim_sivakon

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