Just want to be sure that the below is the correct way to structure the formula, or is there a better way?
In N21 I have this that is working:
Without using
and
then the calculation
results in a
if any cell in N16:N19 is blank.
Is there a better formula?
In N21 I have this that is working:
Excel Formula:
=IFERROR(IF(COUNTBLANK(N16:N19)="","",(((((N16*1000)/N17)/(N19/N17))*N18)/N20)*M20),"Entries above are incomplete")
Rich (BB code):
“IFERROR”
Rich (BB code):
“IF(COUNTBLANK(N16:N19)="","",”
Rich (BB code):
(N16*1000)/N17)/(N19/N17))*N18)/N20)*M20
Rich (BB code):
#Value error”
Is there a better formula?