kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 900
- Office Version
- 365
Hi,
I have the following table:
I am trying to modify the formula to show the results by ignoring the error in the cells. Example, cell D10 has an error value. Therefore, the existing formula shoud ignore this error value and continue to calculate with the other value instead. The correct results for cell G10 are as follows:
Is there a way to modify the formula to achieve this ? Appreciate all the help.
I have the following table:
Cell Formulas | ||
---|---|---|
Range | Formula | |
G9:G10 | G9 | =(F9+E9+D9)/C9 |
I am trying to modify the formula to show the results by ignoring the error in the cells. Example, cell D10 has an error value. Therefore, the existing formula shoud ignore this error value and continue to calculate with the other value instead. The correct results for cell G10 are as follows:
Book1 | |||||||
---|---|---|---|---|---|---|---|
C | D | E | F | G | |||
8 | Price | Capital 1 | Capital 2 | Capital 3 | Units | ||
9 | 10 | 100 | 100 | 100 | 30 | ||
10 | 10 | #NUM! | 100 | 100 | 20 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G9 | G9 | =(F9+E9+D9)/C9 |
Is there a way to modify the formula to achieve this ? Appreciate all the help.