Hi @Alexander Roe ,
I'm not very clearly about "30 minute" in the thread.
If you only want to enter the values and transform them to TIME format automatically, yo can try this formula:
=TIMEVALUE(LEFT(A1,FIND(".",A1)-1)&":"&MID(A1,FIND(".",A1)+1,FIND("/",A1)-4)&IF(RIGHT(A1,LEN(A1)-FIND("/",A1))="01"," am",IF(RIGHT(A1,LEN(A1)-FIND("/",A1))="02"," pm","")))
About "30 minute" please be a bit more precise to explain your requirement or you can upload a screenshot so that I can get more accurate solutions to this problem. I’m glad to help and follow up your reply.
Just checking in to see if the information was helpful. Please let us know if you would like further assistance.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.