G
Guest
I have a formula linked between various excel files that performs a count
that verifies that only numbers are entered. The formula will only work when
the source file ( the one the count is being preformed on) is open. If I
update the links with the source file closed. The formula returns # value.
Is there any way to get this formula to work when the source file is closed?
=IF(COUNT('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)=COUNTA('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)+(COUNTBLANK('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)),"NO","YES")
that verifies that only numbers are entered. The formula will only work when
the source file ( the one the count is being preformed on) is open. If I
update the links with the source file closed. The formula returns # value.
Is there any way to get this formula to work when the source file is closed?
=IF(COUNT('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)=COUNTA('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)+(COUNTBLANK('[0120PLAN.XLS]Expense by
Acct'!$AI$7:$AT$7)),"NO","YES")