I have an excel sheet that has information in the following format
[TABLE="width: 500"]
<tbody>[TR]
[TD]09/17/14[/TD]
[TD]5:58a[/TD]
[TD]11:31a[/TD]
[/TR]
[TR]
[TD]09/17/14[/TD]
[TD]12:02p[/TD]
[TD]2:34p[/TD]
[/TR]
</tbody>[/TABLE]
What formula can I use so the output is an AM / PM - please note there is NO space between the time and the a or the p.
This is how I would like the sheet to look - I will also be formating this sheet further so this needs to be standard times.
[TABLE="width: 500"]
<tbody>[TR]
[TD]09/17/14[/TD]
[TD]5:58 am[/TD]
[TD]11:31 am[/TD]
[/TR]
[TR]
[TD]09/17/14[/TD]
[TD]12:02 pm[/TD]
[TD]2:34 pm[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]09/17/14[/TD]
[TD]5:58a[/TD]
[TD]11:31a[/TD]
[/TR]
[TR]
[TD]09/17/14[/TD]
[TD]12:02p[/TD]
[TD]2:34p[/TD]
[/TR]
</tbody>[/TABLE]
What formula can I use so the output is an AM / PM - please note there is NO space between the time and the a or the p.
This is how I would like the sheet to look - I will also be formating this sheet further so this needs to be standard times.
[TABLE="width: 500"]
<tbody>[TR]
[TD]09/17/14[/TD]
[TD]5:58 am[/TD]
[TD]11:31 am[/TD]
[/TR]
[TR]
[TD]09/17/14[/TD]
[TD]12:02 pm[/TD]
[TD]2:34 pm[/TD]
[/TR]
</tbody>[/TABLE]