frankee_gee
Board Regular
- Joined
- Mar 3, 2008
- Messages
- 144
- Office Version
- 365
- 2016
- Platform
- Windows
Hoping someone can help with reducing formulas
In an Aging report I have the following formulas in a table for each month of this year. I don't believe this to be efficient to much longer. This goes all from Jan to Present # columns by December I will have 3 columns by 12 months = 36 columns.
Column Name: Formula
NovErects:
=--(AND([@ErectDate]<=DATE(2014,11,30),OR([@DismantleDate]="",[@DismantleDate]>=DATE(2014,11,30))))
[TABLE="width: 166"]
<colgroup><col></colgroup><tbody>[TR]
[TD]
NovErectDays:
[/TD]
[/TR]
</tbody>[/TABLE]
=IF([@NovErects]=1,DATE(2014,11,30)-[@ErectDate],0)
[TABLE="width: 166"]
<colgroup><col></colgroup><tbody>[TR]
[TD]NovAging:
[/TD]
[/TR]
</tbody>[/TABLE]
=IF([@NovErects]=1,IF([@NovErectDays]<90,"Less than 90 days",IF([@NovErectDays]<121,"90-120 days",IF([@NovErectDays]<181,"120-180 days",IF([@NovErectDays]<99999,"> 180 days")))))
1. Count of items still on rent per month.
2. Number of days each item has been out on rent for that month.
3. Aging buckets: Count of items that fall into the ; 90 days on rent, 120 days on rent and so on.
using this in a table and pivot table...(connected to power pivot mostly using a calender)
Thanks in advance,
Frankee.
In an Aging report I have the following formulas in a table for each month of this year. I don't believe this to be efficient to much longer. This goes all from Jan to Present # columns by December I will have 3 columns by 12 months = 36 columns.
Column Name: Formula
NovErects:
=--(AND([@ErectDate]<=DATE(2014,11,30),OR([@DismantleDate]="",[@DismantleDate]>=DATE(2014,11,30))))
[TABLE="width: 166"]
<colgroup><col></colgroup><tbody>[TR]
[TD]
NovErectDays:
[/TD]
[/TR]
</tbody>[/TABLE]
=IF([@NovErects]=1,DATE(2014,11,30)-[@ErectDate],0)
[TABLE="width: 166"]
<colgroup><col></colgroup><tbody>[TR]
[TD]NovAging:
[/TD]
[/TR]
</tbody>[/TABLE]
=IF([@NovErects]=1,IF([@NovErectDays]<90,"Less than 90 days",IF([@NovErectDays]<121,"90-120 days",IF([@NovErectDays]<181,"120-180 days",IF([@NovErectDays]<99999,"> 180 days")))))
1. Count of items still on rent per month.
2. Number of days each item has been out on rent for that month.
3. Aging buckets: Count of items that fall into the ; 90 days on rent, 120 days on rent and so on.
using this in a table and pivot table...(connected to power pivot mostly using a calender)
Thanks in advance,
Frankee.