mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I have this
=IFERROR(SUM(--LEFT(AP32,(FIND("h",AP32,1)-1))*60)+VALUE(MID(AP32,SEARCH("h",AP32)+1,SEARCH("m",AP32)-SEARCH("h",AP32)-1)),"")
which turns 9h0m into countable minutes
bright sparks at work have then adopted 8hr37m as a new way of writing
without mucking up the original functionality, where do i add REPLACE "r" with no space within the formula to accommodate the two variants so hr moves to h and then works as intended
=IFERROR(SUM(--LEFT(AP32,(FIND("h",AP32,1)-1))*60)+VALUE(MID(AP32,SEARCH("h",AP32)+1,SEARCH("m",AP32)-SEARCH("h",AP32)-1)),"")
which turns 9h0m into countable minutes
bright sparks at work have then adopted 8hr37m as a new way of writing
without mucking up the original functionality, where do i add REPLACE "r" with no space within the formula to accommodate the two variants so hr moves to h and then works as intended