I displaying a range in Time within a cell in Excel.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to display a range within a cell in Time calculated from a set time in
Excel (i.e., cell A1 = "2:00pm" --- in cell A3 = "5:00pm to 8:00pm").
 
=TEXT(A1+TIME(3,0,0),"h:mm AM/PM")&" to "&TEXT(A1+TIME(6,0,0),"h:mm AM/PM")

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top