cpansewicz
New Member
- Joined
- Nov 20, 2009
- Messages
- 10
Hi,
I have a formula that pulls two columns of time together into a third column. The formula is in Column S and is:
=arrayformula(
lower(TEXT(Q2,"h:mm AM/PM")&" to "&IF(R2="","",TEXT(R2,"h:mm AM/PM"))))
(for example if both columns are not blank, this generates "6:00 pm to 8:00 pm")
What I would like to happen is in the instance that Col Q = "12:00 PM", then the formula would generate for instance "Noon to 8:00 pm".
Thank you,
Camille
I have a formula that pulls two columns of time together into a third column. The formula is in Column S and is:
=arrayformula(
lower(TEXT(Q2,"h:mm AM/PM")&" to "&IF(R2="","",TEXT(R2,"h:mm AM/PM"))))
(for example if both columns are not blank, this generates "6:00 pm to 8:00 pm")
What I would like to happen is in the instance that Col Q = "12:00 PM", then the formula would generate for instance "Noon to 8:00 pm".
Thank you,
Camille