Formula which references cell values.

jbodell

Board Regular
Joined
Jan 5, 2012
Messages
59
Hello,

I'm fumbling to put a formula together which takes:

A1 = 5 (will always be a numeric value)
B1 = .8 (will always be a decimal)

and produces

C1 = =5*.8

I'm not looking to simply calculate A1*B1- I need C1 to actually read as the calculation, but with C1's formula referencing the values in A1 and B1 (as with- "=5*.8" given the values above). If I need to do a special paste or perform multiple steps to achieve this that'd be fine.

Thank you for your help!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Thanks nicksteph85.

I should have been a little clearer. I'd like C1 to calculate the formulate A1*B1, but for the formula to read as =5*.8 so that it can be manipulated independently to A1 and B1.

Does that make sense?

Thank you.
 
Last edited:
Upvote 0
I cracked it...it's =VALUE(A1)&"*"&VALUE(B1) then pasting that value and refreshing the cell.

Thank you for getting me started nicksteph85.
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,667
Members
449,462
Latest member
Chislobog

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