![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 32
|
I want to put whatever number that is in say cell Q6 in another cell along with a writin statement. For instance, in cell T6 I want writin: 11.2 * 27.50 * (whatever the number is in cell Q6)
I do not want this "formula" to work, I just want it to show up in cell T6. So it might look like this, if cell Q6 had the number 4 in it: 11.2 * 27.50 * 4 = Thank You, |
|
|
|
|
|
#2 |
|
New Member
Join Date: Feb 2002
Posts: 48
|
Use concatenate:
=CONCATENATE("11.2 * 27.50 * 4 = ",Q6) |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
[ This Message was edited by: Aladin Akyurek on 2002-03-06 03:03 ] |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 32
|
Thank you Aladin, your suggestion worked out perfect......God Bless! Stay Safe & have a great day!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|