![]() |
![]() |
|
|||||||
| 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: Apr 2002
Location: Manchester
Posts: 1
|
Please can u assist. I require a "m2" to appear after my equation total in the same cell. Is this possible
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=your-formula&" m2" |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Location: Belgium
Posts: 24
|
Yes, it is possible, but your cell will become text and therefore can't be summed (e.g.) later with another one without removing the m2)
If in Cell(1,2) you want to have the result of Cell (1,1) + m2, write the code as follows: =C1 & " m2" The '&' concatenate one string with another. Your first string is determined by the result of C1 and second is enabled by the ' " ' text operator. good luck |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|