Blackban88s
New Member
- Joined
- Dec 3, 2011
- Messages
- 10
Hello all, in need of some "M" wizardry to recreate the functionality of this SUMIFS formula. My current skill level with "M" consists of hastily key-word searching the M formula language .pdf so a SUMIF is way over my head. I'm using this SUMIF to compute a running daily balance based on each days transactions. This is the SUMIFS in question:
Where "[Index]" is the table row count (1...n+1) in ascending order.
"=SUMIFS([Total Amt],[Acct No. Short],[@[Acct No. Short]],[Value Date],"<="&[@[Value Date]],[Index],"<="&[@Index])"
Is this possible to do? The current table formula is working fine except when refreshing the query, the table formula doesn't automatically copy-down to the newly added rows of the table.
Where "[Index]" is the table row count (1...n+1) in ascending order.
"=SUMIFS([Total Amt],[Acct No. Short],[@[Acct No. Short]],[Value Date],"<="&[@[Value Date]],[Index],"<="&[@Index])"
Is this possible to do? The current table formula is working fine except when refreshing the query, the table formula doesn't automatically copy-down to the newly added rows of the table.