![]() |
![]() |
|
|||||||
| 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
Posts: 1
|
Hello out there
I have tow cells side by side one cell has ( Total Hours ) and the other cell has (=somme(D13:D16) ) giving me the result of the hours calculated in those cells. I want to had text to that result ex: ( Technicians 40 ) how can i insert text in that equation. I just want the text to appear with the total. Thank you in advance, Sylvain Desjardins technical director Théâtre du Casino |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
Aladin |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Posts: 112
|
Try this:
=CONCATENATE("Tech ",SOMME(D5:D8)) Make sure you have a blank space after the job title and before the last quotes, or else the job title will run into the hours |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|