D
daver676
Hello!
Here is my formula:
=DSUM('830ASCII'!$A:$E,'830ASCII'!$D$1,Criteria!C137138)-
(IF(ISNA(VLOOKUP
(A108&"*"&"Total",Shipping,2,FALSE)),0,VLOOKUP(A108&"
*"&"Total",Shipping,2,FALSE)+IF(ISNA(VLOOKUP(A108&"-
R"&"*Total",Shipping,2,FALSE)),0,VLOOKUP(A108&"-
R"&"*Total",Shipping,2,FALSE))))
I am trying to test for two conditions, but as soon as the
first ISNA becomes true, Excel seems to disregard the rest
of the formula, and doesn't test for the second ISNA.
The basic format of the formula is:
number - (number + number), in other words:
DSUM - (VLOOKUP + VLOOKUP)
Any ideas?
Thanks a bunch!
Dave
Here is my formula:
=DSUM('830ASCII'!$A:$E,'830ASCII'!$D$1,Criteria!C137138)-
(IF(ISNA(VLOOKUP
(A108&"*"&"Total",Shipping,2,FALSE)),0,VLOOKUP(A108&"
*"&"Total",Shipping,2,FALSE)+IF(ISNA(VLOOKUP(A108&"-
R"&"*Total",Shipping,2,FALSE)),0,VLOOKUP(A108&"-
R"&"*Total",Shipping,2,FALSE))))
I am trying to test for two conditions, but as soon as the
first ISNA becomes true, Excel seems to disregard the rest
of the formula, and doesn't test for the second ISNA.
The basic format of the formula is:
number - (number + number), in other words:
DSUM - (VLOOKUP + VLOOKUP)
Any ideas?
Thanks a bunch!
Dave