Good Morning!
Hoping someone can help me with this question, I am using Index/match to create a dashboard for a set of data with multiple headings, and across 7 years I am ussing the following formula
=INDEX('Dashboard Data'!B23:AG34,MATCH(selected_month,month),MATCH(selected_year,'Dashboard Data'!$B$21:$AG$21,0))
the formula works and it pulls in the data for the specified month and year however I was checking for errors and it does not work for when i select Feb, April, Aug or Dec. the data is there and it pulls it for every other month except those 4. I have checked for spacing and formatting and nothing seems to work and the formula is correct as it pulls the data correctly for everything else.
maybe someone has run into this before or can point me to the right solution.
Hoping someone can help me with this question, I am using Index/match to create a dashboard for a set of data with multiple headings, and across 7 years I am ussing the following formula
=INDEX('Dashboard Data'!B23:AG34,MATCH(selected_month,month),MATCH(selected_year,'Dashboard Data'!$B$21:$AG$21,0))
the formula works and it pulls in the data for the specified month and year however I was checking for errors and it does not work for when i select Feb, April, Aug or Dec. the data is there and it pulls it for every other month except those 4. I have checked for spacing and formatting and nothing seems to work and the formula is correct as it pulls the data correctly for everything else.
maybe someone has run into this before or can point me to the right solution.