Reference a cell mid sentence.

AdamWest

New Member
Joined
Jan 6, 2010
Messages
12
Hello.

I was wondering if there is a way to reference a cell in the middle of a sentence. I have a spread sheet with three variable that will change from time to time. I would like to make a statement on my sheet that describes my data using the three variables in the sentence. So this is what my sentence will say: "Dollar amount is based on a 12 hour day and a 25 day month with a kWh rate of .13.

12, 25, and .13 are the variables. When I change those variables I would like the sentence to update and use the new variables. Is there a way that this can be done? Any help would be great. TIA!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Put in A2, A3 and A4

12
25
0.13

and in B1 put

="Dollar amount is based on a " & A2 & " hour day and a " & A3 & " day month with a kWh rate of " & A4 & "."
 
Upvote 0

Forum statistics

Threads
1,224,267
Messages
6,177,551
Members
452,784
Latest member
talippo

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