I am trying to set up an excel table to automatically pick up pipe lengths according to the size of pipe baed on just text. Here is what I it looks like:
REQ'D STORM DRAIN PIPE 15" X 82' RT.
and the formula:
=IF(ISNUMBER(FIND("15""",C8)),MID(C8,3… "")
My formula is currently reading 3 characters for the pipe lengths. This is fine for lengths >100', but my problem is when they are <100' I am getting values with the ' symbol, I do not want that to show up. Is there a way to put in some and/or statement where based on the pipe length it picks up it decides on the number of characters to read? Or is there any other way to make the ' symbol just not show up?
any help is appreciated
Bookmarks