Should I use a macro for this function?

  • Thread starter Thread starter dwny
  • Start date Start date
D

dwny

The Time stamp data that comes to me is in this format hh:mm:ssAM, and to
use the data I need to put a space between the seconds and AM (or PM). Doing
this manually is grueling so I recorded a macro but the macro changes the
data to the data in the cell in which it was recorded. So I'm not sure what
the right solution is and appreciate any guidance. Thank you. Doug
 
If you actually see:

11:22:33AM

in a cell, then in another cell:

=LEFT(A1,8) & " " & RIGHT(A1,2)
 
Consider me one of your students.....thank you so much....when time changes
to 1 pm there's only 7 characters so I changed the formula and will simply
use 2 for the worksheets.....once again, thank you, Regards, Doug
 

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