Greetings,
I need to format cells to input a time and am or pm using numbers and letters.
1030a to return 10:30AM
530p to return 5:30PM
Uppercase if possible.
I am using #":"## to return a military format. 1825 returns 18:25.
I can use this format with this formula to aid in making calculations between start and stop times. =--TEXT(C10,"00\:00")
When I try to add other items to the mask, I get errors, or it doesn't work.
#":"##_@"m" This yields 10:30 m I need to get the a in there, too.
Thanks,
Jerry
I need to format cells to input a time and am or pm using numbers and letters.
1030a to return 10:30AM
530p to return 5:30PM
Uppercase if possible.
I am using #":"## to return a military format. 1825 returns 18:25.
I can use this format with this formula to aid in making calculations between start and stop times. =--TEXT(C10,"00\:00")
When I try to add other items to the mask, I get errors, or it doesn't work.
#":"##_@"m" This yields 10:30 m I need to get the a in there, too.
Thanks,
Jerry