Hello everyone. The Intention of the formula starting is BA8 is to spread the # of Lots evening every 3 months. It works initially but then I cannot figure out why it changes to every other month. Additionally, I would like to covert this formula into a dynamic array -- not having luck with that as well. Any assistance would be greatly appreciated - thank you.
Lot Data Fields_RD.xlsx | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C | D | M | P | BA | BB | BC | BD | BE | BF | BG | BH | BI | BJ | BK | |||||||||||||||||||||||||||||||||||||||||||||||||
2 | Monthly Spread | 4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | Lot Delivery | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | Size (Front Footage) | # of Lots | First Take | 12/31/24 | 1/31/25 | 2/28/25 | 3/31/25 | 4/30/25 | 5/31/25 | 6/30/25 | 7/31/25 | 8/31/25 | 9/30/25 | 10/31/25 | |||||||||||||||||||||||||||||||||||||||||||||||||
8 | 40 | 46 | 12/31/2024 | 11.5 | - | - | - | 11.5 | - | 11.5 | - | 11.5 | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||
9 | 50 | 39 | 12/31/2024 | 9.8 | - | - | - | 9.8 | - | 9.8 | - | 9.8 | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||
10 | 40 | 47 | 12/31/2024 | 11.8 | - | - | - | 11.8 | - | 11.8 | - | 11.8 | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||
11 | 50 | 40 | 12/31/2024 | 10.0 | - | - | - | 10.0 | - | 10.0 | - | 10.0 | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||
12 | 40 | 28 | 8/31/2025 | - | - | - | - | - | - | - | - | 7.0 | - | 7.0 | |||||||||||||||||||||||||||||||||||||||||||||||||
13 | 50 | 22 | 8/31/2025 | - | - | - | - | - | - | - | - | 5.5 | - | 5.5 | |||||||||||||||||||||||||||||||||||||||||||||||||
14 | 40 | 29 | 8/31/2025 | - | - | - | - | - | - | - | - | 7.3 | - | 7.3 | |||||||||||||||||||||||||||||||||||||||||||||||||
15 | 50 | 21 | 8/31/2025 | - | - | - | - | - | - | - | - | 5.3 | - | 5.3 | |||||||||||||||||||||||||||||||||||||||||||||||||
Lot Mix Summary_Calc |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C8:C34 | C8 | =XLOOKUP($B8#,tblLotDetail[Group ID],tblLotDetail[Lot Size]) |
D8:D34 | D8 | =SUMIFS(tblLotDetail[Lots],tblLotDetail[Group ID],B8#) |
M8:M34 | M8 | =XLOOKUP(B8#,tblLotDetail[Group ID],tblLotDetail[First Take]) |
BA8:BK15 | BA8 | =IF(AND(BA$7>=$M8,BA$7<=EDATE($M8,$D$2*$D$3),ROUND(MOD(YEARFRAC($M8,BA$7),($D$3/12)),4)=0),$D8/$D$2,"-") |
Dynamic array formulas. |