Hi,
How to index match with date and month ranges. I am looking for two different output based on the following data.
1. Date wise
2.Month wise
I apply the following formula in I3==IF(MATCH($G$3,$A$3:$A$1000,0),INDEX(DATA!$C$3:$E$1000,MATCH($H3,DATA!$B$3:$B$1000,0),MATCH(I$2,DATA...