dparteka
Member
I’m using the formula below that works well; I’ve been unsuccessfully trying to slightly alter it. I’m looking for the whole formula which resides in J42 to do the following.
If F42 has the text “Angle” then G42
If F42 has the text “Surface Finish” then G42/40
If F42 has anything other then the above text then G42*25.4
=IF(OR(ISNUMBER(SEARCH("Surface Finish",F42)),ISNUMBER(SEARCH("Angle",F42))),G42,G42*25.4))
If F42 has the text “Angle” then G42
If F42 has the text “Surface Finish” then G42/40
If F42 has anything other then the above text then G42*25.4
=IF(OR(ISNUMBER(SEARCH("Surface Finish",F42)),ISNUMBER(SEARCH("Angle",F42))),G42,G42*25.4))