P
pb1
I have used the SUMPRODUCT example given by Harlan to mimick a Lotu
1-2-3 formula that used DSUM.
For example, in Excel I have used:
SUMPRODUCT((COUNTIF($A10:$B10,QUARTER)>0)*(INDEX(QUARTER,0,MATCH("DEAL",QUARTER_COLUMN_NAME,0))=$D10
* INDEX(QUARTER,0,MATCH("BALANCE",QUARTER_COLUMN_NAME,0)))
to replace the this Lotus Formula:
@DSUM($QUARTER,"BALANCE",D9=DEAL#AND#(A9=SERNUM#OR#B9=SERNUM))
Now I need to replace this Lotus:
@IF($C192=0,0,@DSUM($database,"field",fieldname=$A192#AND#AMT>0))
I can handle the if part,however it is the AND condition of AMT > 0
that I am having trouble with. Perhaps it is because I am still tryin
to grasp the solution given by Harlan on google. I am in the proces
of reading a post here by Harlan in which he breaks things down for
user.
Any help with the formula above formula is appreciated.
Thanks
Pa
1-2-3 formula that used DSUM.
For example, in Excel I have used:
SUMPRODUCT((COUNTIF($A10:$B10,QUARTER)>0)*(INDEX(QUARTER,0,MATCH("DEAL",QUARTER_COLUMN_NAME,0))=$D10
* INDEX(QUARTER,0,MATCH("BALANCE",QUARTER_COLUMN_NAME,0)))
to replace the this Lotus Formula:
@DSUM($QUARTER,"BALANCE",D9=DEAL#AND#(A9=SERNUM#OR#B9=SERNUM))
Now I need to replace this Lotus:
@IF($C192=0,0,@DSUM($database,"field",fieldname=$A192#AND#AMT>0))
I can handle the if part,however it is the AND condition of AMT > 0
that I am having trouble with. Perhaps it is because I am still tryin
to grasp the solution given by Harlan on google. I am in the proces
of reading a post here by Harlan in which he breaks things down for
user.
Any help with the formula above formula is appreciated.
Thanks
Pa