ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Time to text (https://www.excelbanter.com/excel-worksheet-functions/32503-time-text.html)

Pete

Time to text
 
I would like a cell to say the following:

"Between 7:30 AM and 8:00 AM"

User puts 8:00 AM in cell A1

B1 is then calculated to the above

If A1 = 8:00 AM

My formula works =(A1-TIME(0,30,0))

It gives me the correct subracted time of 30 minutes
But I want to convert this to a text string.


Dave Peterson

something like:

="Between " & TEXT(A1-TIME(0,30,0),"h:mm AM/PM") & " and "
& TEXT(A1,"h:mm AM/PM")

(all one cell)



Pete wrote:

I would like a cell to say the following:

"Between 7:30 AM and 8:00 AM"

User puts 8:00 AM in cell A1

B1 is then calculated to the above

If A1 = 8:00 AM

My formula works =(A1-TIME(0,30,0))

It gives me the correct subracted time of 30 minutes
But I want to convert this to a text string.


--

Dave Peterson

Damon Longworth

Try:

="Between "&text(b1,"hh:mm AM/PM")&" and "&text(a1,"hh:mm AM/PM")

--
Damon Longworth

Don't miss out on the 2005 Excel User Conference
Sept 16th and 17th
Stockyards Hotel - Ft. Worth, Texas
www.ExcelUserConference.com


"Pete" wrote in message
...
I would like a cell to say the following:

"Between 7:30 AM and 8:00 AM"

User puts 8:00 AM in cell A1

B1 is then calculated to the above

If A1 = 8:00 AM

My formula works =(A1-TIME(0,30,0))

It gives me the correct subracted time of 30 minutes
But I want to convert this to a text string.





All times are GMT +1. The time now is 03:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com