ozbeachbum
Board Regular
- Joined
- Jun 3, 2015
- Messages
- 230
- Office Version
- 2021
- Platform
- Windows
I have a formula [=IF(ISERROR((B3/B4)),0,((B4-B3)/B4))] that returns the correct percentages for Columns B & F, but not D.
I need to adjust it so that results in B & F show as is and where D4 equals ZERO no matter what the amount in D3 is, the percentage for D2 would always be 100%.
EG: B 0.00% D 100.00% F 50.00%
Thanks in advance for any assistance.
I need to adjust it so that results in B & F show as is and where D4 equals ZERO no matter what the amount in D3 is, the percentage for D2 would always be 100%.
EG: B 0.00% D 100.00% F 50.00%
Thanks in advance for any assistance.
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2,F2,D2 | B2 | =IF(ISERROR((B3/B4)),0,((B4-B3)/B4)) |