Hi,
I am trying to consolidate monthly account information from several worksheets into a single summary worksheet. I defined names for the data in each worksheet (i.e. _BCC1, _BCC2, etc) and I created the following formula to work for the Jan column in my summary worksheet.
(=IFERROR(VLOOKUP(D17,_BCC1,2,0),0)+IFERROR(VLOOKUP(D17,_BCC2,2,0),0)+IFERROR(VLOOKUP(D17,_BCC3,2,0),0)+
IFERROR(VLOOKUP(D17,_BCC4,2,0),0)+IFERROR(VLOOKUP(D17,_BCC5,2,0),0)+IFERROR(VLOOKUP(D17,_BCC6,2,0),0)+IFERROR(VLOOKUP(D17,_BCC7,2,0),0)
Jan is column_index : 2 and now I want to drag across to replicate this formula for the other months but I don't want to manually change the column index reference to 3, 4, 5 and so on. I also want to note that the sheets do not contain the same number of accounts, so one account may not exist in a worksheet.
I think using some sort of sumif index/match combination could work but since I am just starting to learn about index/match I am looking for some help.
Thank you in advance!
I am trying to consolidate monthly account information from several worksheets into a single summary worksheet. I defined names for the data in each worksheet (i.e. _BCC1, _BCC2, etc) and I created the following formula to work for the Jan column in my summary worksheet.
(=IFERROR(VLOOKUP(D17,_BCC1,2,0),0)+IFERROR(VLOOKUP(D17,_BCC2,2,0),0)+IFERROR(VLOOKUP(D17,_BCC3,2,0),0)+
IFERROR(VLOOKUP(D17,_BCC4,2,0),0)+IFERROR(VLOOKUP(D17,_BCC5,2,0),0)+IFERROR(VLOOKUP(D17,_BCC6,2,0),0)+IFERROR(VLOOKUP(D17,_BCC7,2,0),0)
Jan is column_index : 2 and now I want to drag across to replicate this formula for the other months but I don't want to manually change the column index reference to 3, 4, 5 and so on. I also want to note that the sheets do not contain the same number of accounts, so one account may not exist in a worksheet.
I think using some sort of sumif index/match combination could work but since I am just starting to learn about index/match I am looking for some help.
Thank you in advance!