Want2BExcel
Board Regular
- Joined
- Nov 24, 2021
- Messages
- 114
- Office Version
- 2016
- Platform
- Windows
I can't figure out a way to get this to work.
I need a formula for each month A2:L2 which gives me a value from the SERIAL NO column in the DataSheet. The criteria is always the last cell in each month (For demo I have shown in A4:D4 which SERIAL NO's i'm aiming for). I've been looking for something that can find the point in column A (MONTH in DataSheet) where the number increases by 1 and the return the SERIAL NO from the cell just before the number increases. But even if I had figured that out, I see a problem for December, since there is nothing but a empty cell after the last entry
Here's both sheets and the workbook.
I need a formula for each month A2:L2 which gives me a value from the SERIAL NO column in the DataSheet. The criteria is always the last cell in each month (For demo I have shown in A4:D4 which SERIAL NO's i'm aiming for). I've been looking for something that can find the point in column A (MONTH in DataSheet) where the number increases by 1 and the return the SERIAL NO from the cell just before the number increases. But even if I had figured that out, I see a problem for December, since there is nothing but a empty cell after the last entry
Here's both sheets and the workbook.
January | February | March | April | May | June | July | August | September | October | November | December |
106 | 110 | 115 | 117 | ||||||||
MONTH | DATE | TEXT | SERIAL NO. |
1 | 27-Jan | TEXT | 101 |
1 | 27-Jan | TEXT | 102 |
1 | 28-Jan | TEXT | 103 |
1 | 31-Jan | TEXT | 104 |
1 | 31-Jan | TEXT | 105 |
1 | 31-Jan | TEXT | 106 |
2 | 24-Feb | TEXT | 107 |
2 | 25-Feb | TEXT | 108 |
2 | 28-Feb | TEXT | 109 |
2 | 28-Feb | TEXT | 110 |
3 | 29-Mar | TEXT | 111 |
3 | 31-Mar | TEXT | 112 |
3 | 31-Mar | TEXT | 113 |
3 | 31-Mar | TEXT | 114 |
3 | 31-Mar | TEXT | 115 |
4 | 28-Apr | TEXT | 116 |
4 | 29-Apr | TEXT | 117 |
5 | 30-May | TEXT | 118 |
5 | 30-May | TEXT | 119 |
5 | 31-May | TEXT | 120 |
6 | 29-Jun | TEXT | 121 |
6 | 29-Jun | TEXT | 122 |
6 | 30-Jun | TEXT | 123 |
6 | 30-Jun | TEXT | 124 |
7 | 10-Jul | TEXT | 125 |
8 | 18-Aug | TEXT | 126 |
8 | 19-Aug | TEXT | 127 |
9 | 25-Sep | TEXT | 128 |
9 | 25-Sep | TEXT | 129 |
9 | 27-Sep | TEXT | 130 |
9 | 27-Sep | TEXT | 131 |
10 | 17-Oct | TEXT | 132 |
11 | 28-Nov | TEXT | 133 |
11 | 29-Nov | TEXT | 134 |
11 | 30-Nov | TEXT | 135 |
11 | 30-Nov | TEXT | 136 |
12 | 29-Dec | TEXT | 137 |
12 | 29-Dec | TEXT | 138 |
TESTWorkbook.xlsx | |||
---|---|---|---|
A | |||
2 | |||
Months |