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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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,225
Messages
6,129,604
Members
449,520
Latest member
TBFrieds

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