#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Allocation

Hi,

Looking for unique formula to allocate the past due amounts for customer
deliquency.

Col A = Monthly Payment
Col B = Total payments due
Col C = 30 days past due, Col D = 60 days past due etc. and goes up to Col H.

Col c thru h is not given. what is the unique formula for Col C thru H to
allocate monthly payments (maximum for each col) and adjust the remainder to
last column. (as per below example - col G is adjusted for 2 on first
customer and col F is adjsuted for next customer and Col H is (last col)
adjusted for last customer.

Thanks.

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Allocation

in D to G

in D2 and copy across and down

=IF(MIN($B2-SUM($C2:C2),$A2),MIN($B2-SUM($C2:C2),$A2),"")

in H2:

=IF(MAX($B2-SUM($C2:G2),0),MAX($B2-SUM($C2:G2),0),"")

Copy down

There can be no formula for C2 other than =A2

"Dinesh" wrote:

Hi,

Looking for unique formula to allocate the past due amounts for customer
deliquency.

Col A = Monthly Payment
Col B = Total payments due
Col C = 30 days past due, Col D = 60 days past due etc. and goes up to Col H.

Col c thru h is not given. what is the unique formula for Col C thru H to
allocate monthly payments (maximum for each col) and adjust the remainder to
last column. (as per below example - col G is adjusted for 2 on first
customer and col F is adjsuted for next customer and Col H is (last col)
adjusted for last customer.

Thanks.

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Allocation

Hi,

Thanks for the prompt reply. The formula only works for last customer. I get
diff result for first and second customer on col g and F respectively.

Dinesh

"Toppers" wrote:

in D to G

in D2 and copy across and down

=IF(MIN($B2-SUM($C2:C2),$A2),MIN($B2-SUM($C2:C2),$A2),"")

in H2:

=IF(MAX($B2-SUM($C2:G2),0),MAX($B2-SUM($C2:G2),0),"")

Copy down

There can be no formula for C2 other than =A2

"Dinesh" wrote:

Hi,

Looking for unique formula to allocate the past due amounts for customer
deliquency.

Col A = Monthly Payment
Col B = Total payments due
Col C = 30 days past due, Col D = 60 days past due etc. and goes up to Col H.

Col c thru h is not given. what is the unique formula for Col C thru H to
allocate monthly payments (maximum for each col) and adjust the remainder to
last column. (as per below example - col G is adjusted for 2 on first
customer and col F is adjsuted for next customer and Col H is (last col)
adjusted for last customer.

Thanks.

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Allocation

Using your data, I got the same results as your posting.

Copied from my spreadsheet

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40


"Dinesh" wrote:

Hi,

Thanks for the prompt reply. The formula only works for last customer. I get
diff result for first and second customer on col g and F respectively.

Dinesh

"Toppers" wrote:

in D to G

in D2 and copy across and down

=IF(MIN($B2-SUM($C2:C2),$A2),MIN($B2-SUM($C2:C2),$A2),"")

in H2:

=IF(MAX($B2-SUM($C2:G2),0),MAX($B2-SUM($C2:G2),0),"")

Copy down

There can be no formula for C2 other than =A2

"Dinesh" wrote:

Hi,

Looking for unique formula to allocate the past due amounts for customer
deliquency.

Col A = Monthly Payment
Col B = Total payments due
Col C = 30 days past due, Col D = 60 days past due etc. and goes up to Col H.

Col c thru h is not given. what is the unique formula for Col C thru H to
allocate monthly payments (maximum for each col) and adjust the remainder to
last column. (as per below example - col G is adjusted for 2 on first
customer and col F is adjsuted for next customer and Col H is (last col)
adjusted for last customer.

Thanks.

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Allocation

I applogize for my mistake. I did not copy across, intead used the original
formula.

It works perfectly.

Thank you so much.

Regards,
Dinesh

"Toppers" wrote:

Using your data, I got the same results as your posting.

Copied from my spreadsheet

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40


"Dinesh" wrote:

Hi,

Thanks for the prompt reply. The formula only works for last customer. I get
diff result for first and second customer on col g and F respectively.

Dinesh

"Toppers" wrote:

in D to G

in D2 and copy across and down

=IF(MIN($B2-SUM($C2:C2),$A2),MIN($B2-SUM($C2:C2),$A2),"")

in H2:

=IF(MAX($B2-SUM($C2:G2),0),MAX($B2-SUM($C2:G2),0),"")

Copy down

There can be no formula for C2 other than =A2

"Dinesh" wrote:

Hi,

Looking for unique formula to allocate the past due amounts for customer
deliquency.

Col A = Monthly Payment
Col B = Total payments due
Col C = 30 days past due, Col D = 60 days past due etc. and goes up to Col H.

Col c thru h is not given. what is the unique formula for Col C thru H to
allocate monthly payments (maximum for each col) and adjust the remainder to
last column. (as per below example - col G is adjusted for 2 on first
customer and col F is adjsuted for next customer and Col H is (last col)
adjusted for last customer.

Thanks.

A B C D E F G H
5 22 5 5 5 5 2
17 55 17 17 17 4
20 140 20 20 20 20 20 40





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
Please-please-HELP!!! Need to resolve this - Allocation Formula Chunkey Pandey New Users to Excel 1 November 25th 06 08:40 PM
Please-please-Help - Need to Resolve this - Allocation problem Chunkey Pandey Excel Discussion (Misc queries) 4 November 25th 06 04:36 PM
Conditional Cost allocation CotoJoe Excel Discussion (Misc queries) 0 September 14th 05 08:23 PM
F-key allocation HELLBOY787 Excel Discussion (Misc queries) 1 June 30th 05 11:21 AM
re-allocation problem Sienayr Excel Discussion (Misc queries) 1 March 21st 05 10:03 PM


All times are GMT +1. The time now is 01:35 AM.

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

About Us

"It's about Microsoft Excel"