ScottTemple
Board Regular
- Joined
- Dec 28, 2023
- Messages
- 103
- Office Version
- 365
- Platform
- Windows
Hello,
I have the following formula in cell Q2:
=IF(ISBLANK(F2),"",IF(ISBLANK(P2),"",IF(ISBLANK(K2),"",(((F2*4)/3.14)/(P2*(K2^2)))/12)))
What I would like to add, is that if cell Z2 equals "RE-SPOOL" the formula returns a zero value, otherwise, return the value listed as part of the original formula.
I have the following formula in cell Q2:
=IF(ISBLANK(F2),"",IF(ISBLANK(P2),"",IF(ISBLANK(K2),"",(((F2*4)/3.14)/(P2*(K2^2)))/12)))
What I would like to add, is that if cell Z2 equals "RE-SPOOL" the formula returns a zero value, otherwise, return the value listed as part of the original formula.