dlrollings83
New Member
- Joined
- Jul 7, 2016
- Messages
- 18
Hi all,
I have some data regarding weekly debt levels but I have payers that pay weekly, fortnightly, 4 weekly and monthly. I want to monitor weekly, 4 weekly and monthly changes. I have the following for weekly and 4 weekly
= OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-0)-OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-1)
= OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-0)-OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-4)
These formulae are done so that when the debt is input the cell automatically inputs the increase/decrease....not sure how to do this for monthly though.
In Row 1 is the dates commencing 04/04/2016 and row Row is week 1 etc. I would like to know the difference whenever the date in row 1 is the first Monday of the month and compare that to the First Monday of the month previous.....hope that makes sense.
04/04/2016 to 02/05/2016 was 4 weeks but 02/05/2016 to 06/06/2016 is 5 weeks.
This has been driving me mad for a few months
I have some data regarding weekly debt levels but I have payers that pay weekly, fortnightly, 4 weekly and monthly. I want to monitor weekly, 4 weekly and monthly changes. I have the following for weekly and 4 weekly
= OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-0)-OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-1)
= OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-0)-OFFSET($A3,0,(COUNT($A3:$BA3)-COUNTIF($A3:$BA3,0))-4)
These formulae are done so that when the debt is input the cell automatically inputs the increase/decrease....not sure how to do this for monthly though.
In Row 1 is the dates commencing 04/04/2016 and row Row is week 1 etc. I would like to know the difference whenever the date in row 1 is the first Monday of the month and compare that to the First Monday of the month previous.....hope that makes sense.
04/04/2016 to 02/05/2016 was 4 weeks but 02/05/2016 to 06/06/2016 is 5 weeks.
This has been driving me mad for a few months