I can't find a formula to encompass the formats my data is in. Ex:
1h 17m
21 minutes
14 minutes
1h 36m
22 minutes
57 minutes
1 hour
Sample workbook is attached. Any help would be greatly appreciated!
I can't find a formula to encompass the formats my data is in. Ex:
1h 17m
21 minutes
14 minutes
1h 36m
22 minutes
57 minutes
1 hour
Sample workbook is attached. Any help would be greatly appreciated!
Last edited by sick stigma; 06-29-2021 at 12:33 PM.
One way:Formula:
Please Login or Register to view this content.
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
Alternative:
![]()
Please Login or Register to view this content.
Quang PT
Or try:
=IFERROR(LEFT(A2,FIND("h",A2)-1)*60,0)+IFERROR(LOOKUP(61,--MID(A2,FIND("m",A2)-{1,2,3},{1,2,3})),0)
@bebo: doesn't seem to work
@Phuocam: much shorter/neater than mine![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks