Hi,
I am trying to count how may time a month appear in my table, however, I have three columns. If the 1st date is cancelled then a 2nd date is given and so on. I need the 2nd invite to supersede the 1st invite and the 3rd invite to supersede the 2nd invite to produce the correct result.
Example 1: If I entre Apr in cell F2 (cell has a drop down list of months Apr to Dec), then G2 should return 2.
Example 2: If I enter Feb in cell F2, then G2 should return 3.
Also I don't want black cells to affect the count i.e. B9, as dates may be added at a later time etc.
Any help is greatly appreciated.
I am trying to count how may time a month appear in my table, however, I have three columns. If the 1st date is cancelled then a 2nd date is given and so on. I need the 2nd invite to supersede the 1st invite and the 3rd invite to supersede the 2nd invite to produce the correct result.
Example 1: If I entre Apr in cell F2 (cell has a drop down list of months Apr to Dec), then G2 should return 2.
Example 2: If I enter Feb in cell F2, then G2 should return 3.
Also I don't want black cells to affect the count i.e. B9, as dates may be added at a later time etc.
Any help is greatly appreciated.
A | B | C | D | E | F | G | |
1 | 1st Invite | 2nd Invite | 3rd Invite | Month | No | ||
2 | 01/01/2023 | 02/04/2023 | |||||
3 | 20/01/2023 | ||||||
4 | 18/02/2023 | 02/03/2023 | 10/04/2023 | ||||
5 | 05/02/2023 | ||||||
6 | 10/03/20/23 | ||||||
7 | 16/02/2023 | 20/02/2023 | 27/02/2023 | ||||
8 | 03/03/2023 | ||||||
9 | |||||||
10 | 01/01/2023 | 09/02/2023 |