G
Guest
Hope someone can help me here. I have 2 situations that are connected to the same project.
1. I doing a spreadsheet for Installers... cells B6 to B15 lists the individual Jobs; Cells D6 - D15 to O6 - O15 will contain values for each month.
The value in Column P is the average of D - O (=AVERAGE(D__:O__). this works fine.
However, (for example) if there is no "job" to record in Row 13, cells D13 to O13 will record 0 (zero). How do I get Cell P13 not to show anything in that cell
(right now, it has #DIV/0!).
2. Also, in Column Q, I have this formula:
=IF(P6>3.5,"NONE",IF(P6>=3,"INSPECTION",IF(P6<3,"WITHHOLD")))
in other words, the Q cell will show the words NONE, INSPECTION or WITHOLD, based on what is in the P cell.
If I have nothing to record, as in the first situation, how do I incorporate the message that if there is no value in P__ cell, leave Q__ cell blank.
These two things are driving me nuts...
1. I doing a spreadsheet for Installers... cells B6 to B15 lists the individual Jobs; Cells D6 - D15 to O6 - O15 will contain values for each month.
The value in Column P is the average of D - O (=AVERAGE(D__:O__). this works fine.
However, (for example) if there is no "job" to record in Row 13, cells D13 to O13 will record 0 (zero). How do I get Cell P13 not to show anything in that cell
(right now, it has #DIV/0!).
2. Also, in Column Q, I have this formula:
=IF(P6>3.5,"NONE",IF(P6>=3,"INSPECTION",IF(P6<3,"WITHHOLD")))
in other words, the Q cell will show the words NONE, INSPECTION or WITHOLD, based on what is in the P cell.
If I have nothing to record, as in the first situation, how do I incorporate the message that if there is no value in P__ cell, leave Q__ cell blank.
These two things are driving me nuts...