hi guys, i need to write a function that tracks progress of a particular invoice through different sheets.
I have a main sheet that should show numerical values of 25, 50, 75, 100.
My function works with 2 sheets but if i add on more than that it fails
the formula for 2 sheets is
=IF(AND(ISBLANK(Quote!C2),ISBLANK(PO!C2)),"0",
IF(ISBLANK(PO!C2),"25","50"))
I have two more sheets that tracks to invoice and payment, would greatly appreciate any help you can give me
I have a main sheet that should show numerical values of 25, 50, 75, 100.
My function works with 2 sheets but if i add on more than that it fails
the formula for 2 sheets is
=IF(AND(ISBLANK(Quote!C2),ISBLANK(PO!C2)),"0",
IF(ISBLANK(PO!C2),"25","50"))
I have two more sheets that tracks to invoice and payment, would greatly appreciate any help you can give me