0

Filter of Vendor Codes with Debit Balance at specific date

Hello,

I'm trying to create a filter of vendor codes that have a debit balance at a specific date, which can be used in an =NL("SUM") function.

I have been able to get a listing of the vendors, using a row replicator function, as follows: =NL("Rows","Vendor",,"=NL(""SUM"",""Vendor Ledger Entry"",""Amount (LCY)"",""Vendor No."",NF(,""No.""),""Posting Date"",Options!$F$2)","Number&>0").

I've then used textjoin in cell B13 Excel to create the list of vendor numbers to use in my -NL("Sum","Detailed Vendor Ledg. Entry","Amount (LCY)","Posting Date",Options!$F$2,,"Vendor No.",$B$13).

While this works, I'm after comparative positions, and therefore the sum of debit balance vendors at multiple dates, and the vendors at each of those dates will be different, so i'm trying to avoid using the row replicator/textjoin approach to replicate multiple tables of vendors at different dates.

All help greatly appreciated.

Thanks,

Tom

5 comments

Please sign in to leave a comment.