Text after ewuations

J

Joel

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
 
B

Bob Phillips

=(F13-E13)&" Days"

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Top