I have a list of data (time values) in one column (approx 2000 rows) that I need the "AM" and/or "PM" text removed. Is there a way to achieve this by using the left, right, or mid function.
A sample of the data is listed as follows:
9:00
9:30 am
8:45
9:00 am
The desired result is as follows:
9:00
9:30
8:45
9:00
A sample of the data is listed as follows:
9:00
9:30 am
8:45
9:00 am
The desired result is as follows:
9:00
9:30
8:45
9:00