#1   Report Post  
Posted to microsoft.public.excel.misc
Joel
 
Posts: n/a
Default Text after ewuations

I have two cells with two dates one is subtracting one from the other to give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Text after ewuations

=(F13-E13)&" Days"

--
Kind regards,

Niek Otten

"Joel" wrote in message
...
I have two cells with two dates one is subtracting one from the other to
give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A



  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Text after ewuations

=(F13-E13)&" Days"

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Joel" wrote in message
...
I have two cells with two dates one is subtracting one from the other to

give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A



  #4   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Text after ewuations


--
Kevin Backmann

=(F13-E13)&"Insert your text here, between the quotes."

"Joel" wrote:

I have two cells with two dates one is subtracting one from the other to give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A

  #5   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Text after ewuations

=(f13-e13) & " Days"

"Joel" wrote:

I have two cells with two dates one is subtracting one from the other to give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A



  #6   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Text after ewuations

Try this:

=F13-E13&IF(F13-E131," Days"," Day")

Hope this helps!
Jean-Guy

"Joel" wrote:

I have two cells with two dates one is subtracting one from the other to give
time remaining but after the ewuation I would life the result plus text.

Example I want the cell to day 7 DAys

=(F13-E13),Text
Thanks
Joel

--
N/A

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
extra help with transpose Raymond75 Excel Discussion (Misc queries) 0 January 12th 06 03:40 PM
Shade cell according to text? Ltat42a Excel Discussion (Misc queries) 0 January 3rd 06 06:37 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
SUMPRODUCT vs Text??? Ken Excel Worksheet Functions 2 April 9th 05 07:21 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 04:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"