excel

Sylvain Desjardins

New Member
Joined
Apr 24, 2002
Messages
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
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
On 2002-04-25 13:29, Sylvain Desjardins wrote:
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

=somme(D13:D16)&" Technician 40"

Aladin
 
Upvote 0
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
 
Upvote 0

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

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