I've got a spreadsheet with multiple years worth of sales data. I currently use a pivot table to gather the data for the current year and previous year so as to compare the two. On another spreadsheet I then do a vlookup on the pivot table based on the sales person's name. Every month I have to update all of my pivot tables to include the new month of data. I'm wanting to completely get rid of the pivot table version and go with something more like a Sumifs formula. This would make it much easier to maintain when going from one month to the next and one year to the next. I know I can do a =sum(sumifs...{"10","11","12"})) formula to sum months 10, 11 and 12. But I'm thinking what I might need (and I may be over thinking it) is to have a vlookup like this:
Col A Col B
Jan "1"
Feb "1","2"
Mar "1","2","3"....etc, etc
then I could have a drop down list where I choose the month and it returns the value in column B as in the above example. However, apparently I can't use a vlookup within {}. I've attached my example. Any help is much appreciated!Sumifs Example.xlsx
Bookmarks