Hi everyone,
this will be simple for anyone with half a brain cell, something I seem to be lacking.
I have some data which is basically a list of supplier invoices including supplier name, date of invoice, amount due.
All I am trying to do is:
1) link the data into a summary for each supplier
2) put a formula in so it only picks up a certain date range
For example
Data worksheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name
[/TD]
[TD]Invoice Date
[/TD]
[TD]Invoice Ref
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]1/9/17
[/TD]
[TD]inv1
[/TD]
[TD]200.00
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]<strike></strike>16/9/17
[/TD]
[TD]inv3
[/TD]
[TD]100.00
[/TD]
[/TR]
[TR]
[TD]DEF
[/TD]
[TD]1/9/17
[/TD]
[TD]inv1
[/TD]
[TD]200.00
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]1/9/17
[/TD]
[TD]inv2
[/TD]
[TD]300.00
[/TD]
[/TR]
</tbody>[/TABLE]
I then have a separate tab for supplier remittances (one tab per supplier) where I will pay all invoices due from 1/9/17 to 15/9/17.
I need to show on the remittance advice the same info I show above (apart from supplier name).
I suppose the formula I am looking for is similar to what a pivot table does but I am getting myself in a right mess. Any help would be greatly appreciated.
thanks,
James
this will be simple for anyone with half a brain cell, something I seem to be lacking.
I have some data which is basically a list of supplier invoices including supplier name, date of invoice, amount due.
All I am trying to do is:
1) link the data into a summary for each supplier
2) put a formula in so it only picks up a certain date range
For example
Data worksheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name
[/TD]
[TD]Invoice Date
[/TD]
[TD]Invoice Ref
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]1/9/17
[/TD]
[TD]inv1
[/TD]
[TD]200.00
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]<strike></strike>16/9/17
[/TD]
[TD]inv3
[/TD]
[TD]100.00
[/TD]
[/TR]
[TR]
[TD]DEF
[/TD]
[TD]1/9/17
[/TD]
[TD]inv1
[/TD]
[TD]200.00
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]1/9/17
[/TD]
[TD]inv2
[/TD]
[TD]300.00
[/TD]
[/TR]
</tbody>[/TABLE]
I then have a separate tab for supplier remittances (one tab per supplier) where I will pay all invoices due from 1/9/17 to 15/9/17.
I need to show on the remittance advice the same info I show above (apart from supplier name).
I suppose the formula I am looking for is similar to what a pivot table does but I am getting myself in a right mess. Any help would be greatly appreciated.
thanks,
James