Sumeluar
Active Member
- Joined
- Jun 21, 2006
- Messages
- 274
- Office Version
- 365
- 2016
- 2010
- Platform
- Windows
- MacOS
- Mobile
Folks, what am I doing wrong?
I have a table which contains two columns "Date" (Column EJ) & "Description" (Collumn EK), I want to use Index to pick all the events form April but I cannot get the formula to work. Here's what I have: =INDEX('Perpetual Calendar'!$EK$8:$EK$200,IF((DATE(2021,4,1)='Perpetual Calendar'!$EJ$8:$EJ$200*DATE(2021,5,1)<='Perpetual Calendar'!$EJ$8:$EJ$200),MATCH(ROW('Perpetual Calendar'!$EK$8:$EK$200),ROW('Perpetual Calendar'!$EK$8:$EK$200)),""),ROWS($A$1:$A1)). The result I'm getting is: #Value!
Please guide me in the right direction, thanks in advance.
I have a table which contains two columns "Date" (Column EJ) & "Description" (Collumn EK), I want to use Index to pick all the events form April but I cannot get the formula to work. Here's what I have: =INDEX('Perpetual Calendar'!$EK$8:$EK$200,IF((DATE(2021,4,1)='Perpetual Calendar'!$EJ$8:$EJ$200*DATE(2021,5,1)<='Perpetual Calendar'!$EJ$8:$EJ$200),MATCH(ROW('Perpetual Calendar'!$EK$8:$EK$200),ROW('Perpetual Calendar'!$EK$8:$EK$200)),""),ROWS($A$1:$A1)). The result I'm getting is: #Value!
Please guide me in the right direction, thanks in advance.