OfficeUser
Well-known Member
- Joined
- Feb 4, 2010
- Messages
- 544
- Office Version
- 365
- 2016
- Platform
- Windows
This my current formula:
=IF(ISNUMBER(FIND("'",$R8)),LEFT($R8,FIND("'",$R8)-1))+(SUBSTITUTE(IF(ISERROR(SEARCH(" ",$R8)),"0 ","")&MID($R8,IF(ISNUMBER(FIND("-",$R8)),FIND("-",$R8)+1,1),8),"""","")&IF(ISERROR(SEARCH("/",$R8)),"/1",""))/12
It works very well. The problem is when R8 is a value of 0'- 0"
Then I get a #VALUE! in cell Q8 where this formula resides. I having been trying multiple things to simply have it show 0'- 0" but all have failed. Anyone have any suggestions? Thanks.
=IF(ISNUMBER(FIND("'",$R8)),LEFT($R8,FIND("'",$R8)-1))+(SUBSTITUTE(IF(ISERROR(SEARCH(" ",$R8)),"0 ","")&MID($R8,IF(ISNUMBER(FIND("-",$R8)),FIND("-",$R8)+1,1),8),"""","")&IF(ISERROR(SEARCH("/",$R8)),"/1",""))/12
It works very well. The problem is when R8 is a value of 0'- 0"
Then I get a #VALUE! in cell Q8 where this formula resides. I having been trying multiple things to simply have it show 0'- 0" but all have failed. Anyone have any suggestions? Thanks.