This is probably very basic but I'm struggling with it.
I have monthly financials from 2016 to 2017. January 2016:December 2017.
I would like to be able to pull YTD figures based on Month and Year.
A1: Month: Feb
A2: Year: 2017
In A3 I would have Sum of YTD Feb 2017. If I change A2 to 2016, I would have Sum of YTD Feb 2016.
I was able to do it without Sum for the Month actual but YTD I'm struggling with.
=IFERROR(INDEX(Company!$D$21:$FM$21,MATCH(Company!$C$10,Company!$D$10:$FM$10)),)
Row21: Revenue Line
C10: Monthly Period from Start Date (If Feb 2017, C10 would be 14 (i.e. 12 + 2) because we are starting in Jan 2016)
Row 10: Monthly Period from Start Date
Any help would be much appreciated.
I have monthly financials from 2016 to 2017. January 2016:December 2017.
I would like to be able to pull YTD figures based on Month and Year.
A1: Month: Feb
A2: Year: 2017
In A3 I would have Sum of YTD Feb 2017. If I change A2 to 2016, I would have Sum of YTD Feb 2016.
I was able to do it without Sum for the Month actual but YTD I'm struggling with.
=IFERROR(INDEX(Company!$D$21:$FM$21,MATCH(Company!$C$10,Company!$D$10:$FM$10)),)
Row21: Revenue Line
C10: Monthly Period from Start Date (If Feb 2017, C10 would be 14 (i.e. 12 + 2) because we are starting in Jan 2016)
Row 10: Monthly Period from Start Date
Any help would be much appreciated.