I am using the formula:
=IF(J1939=0,"NO SALES",((C1939*C1940)+(D1939*D1940)+(E1939*E1940)+(F1939*F1940)+(G1939*G1940)+(H1939*H1940)+(I1939*I1940))/J1939)
I am using the IF
function to ensure I do not receive a #DIV/0 error. I am now receiving a #VALUE error in the cell the above formula is entered. Cells I1939 and I10940 are blank and need to stay blank in this particular worksheet.
I am looking for a way to ignore any cells that have #VALUE errors in proceeding cells linked to proceeding functions. For example, in another cell relating to the cell in question, I am using
=IF(J2325=0,"NO SALES",(((J47*J48)+(J426*J427)+(J805*J806)+(J1184*J1185)+(J1563*J1564)+(J1942*J1943))/J2325))
which is also giving me the #VALUE error.