Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Aging by netting negatives in other age buckets for the customer

Have a customer line items database. Have put an IF formula to generate a TAG
column for AGING BUCKET using if(date(2009,3,31)-A2<=30,"Current"....

When I run a pivot on this AGING BUCKET as the column object with customer
no as the row object, i get an aging report which has unbalanced NEGATIVES
in the current bucket (signifying the COLLECTION recd against an invoice)
with the INVOICES getting stacked up as huge POSITIVES in the older age
buckets.

Require a formula or VBA Code to get excel to netoff credits with debits for
a customer and give me a correct aging ...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Aging by netting negatives in other age buckets for the customer

What is your data field? Is it set to count, sum, average...?

"Maniv" wrote:

Have a customer line items database. Have put an IF formula to generate a TAG
column for AGING BUCKET using if(date(2009,3,31)-A2<=30,"Current"....

When I run a pivot on this AGING BUCKET as the column object with customer
no as the row object, i get an aging report which has unbalanced NEGATIVES
in the current bucket (signifying the COLLECTION recd against an invoice)
with the INVOICES getting stacked up as huge POSITIVES in the older age
buckets.

Require a formula or VBA Code to get excel to netoff credits with debits for
a customer and give me a correct aging ...

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Aging by netting negatives in other age buckets for the custom

Hi Sean

The pivot formula / function is SUM.. The value field is AMOUNT..

"Sean Timmons" wrote:

What is your data field? Is it set to count, sum, average...?

"Maniv" wrote:

Have a customer line items database. Have put an IF formula to generate a TAG
column for AGING BUCKET using if(date(2009,3,31)-A2<=30,"Current"....

When I run a pivot on this AGING BUCKET as the column object with customer
no as the row object, i get an aging report which has unbalanced NEGATIVES
in the current bucket (signifying the COLLECTION recd against an invoice)
with the INVOICES getting stacked up as huge POSITIVES in the older age
buckets.

Require a formula or VBA Code to get excel to netoff credits with debits for
a customer and give me a correct aging ...

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Aging by netting negatives in other age buckets for the custom

So the issue is, the invoices are dated more than 30 days ago, but the
collections can be within 30 days, so how do you combine them to get a net by
account #, broken out by aging. The issue is the invoices are not tied to a
"Current" bucket based on their date. Is it possible to separate invoices
from collections as two different tables?

If so, you can use an advanced filter on the acct #, aging, and amount of
collection to get the total collection amt per acct by aging. You could then
add a column to the right to show invoice amount per acct #, use a SUMIF to
get your total invoice from the new invoices table. Then, antoehr column to
merely sum the invoice minus collection amount to get total.

Is that feasible?

"Maniv" wrote:

Hi Sean

The pivot formula / function is SUM.. The value field is AMOUNT..

"Sean Timmons" wrote:

What is your data field? Is it set to count, sum, average...?

"Maniv" wrote:

Have a customer line items database. Have put an IF formula to generate a TAG
column for AGING BUCKET using if(date(2009,3,31)-A2<=30,"Current"....

When I run a pivot on this AGING BUCKET as the column object with customer
no as the row object, i get an aging report which has unbalanced NEGATIVES
in the current bucket (signifying the COLLECTION recd against an invoice)
with the INVOICES getting stacked up as huge POSITIVES in the older age
buckets.

Require a formula or VBA Code to get excel to netoff credits with debits for
a customer and give me a correct aging ...

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to put data into different buckets. - PLEASE HELP Mayur Excel Discussion (Misc queries) 5 January 30th 09 09:13 AM
Netting off Salman Excel Discussion (Misc queries) 5 September 26th 08 01:08 PM
Allocating usage across aging buckets Adrian1962 Excel Worksheet Functions 0 April 16th 08 05:21 AM
CONVER CSV CUSTOMER DATA TO A CUSTOM INDIVI CUSTOMER PRICE SHEET brunod Excel Discussion (Misc queries) 1 July 7th 06 07:01 PM
Netting off to zero Gary T Excel Worksheet Functions 0 March 9th 05 11:27 AM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"