wryan_garner4
New Member
- Joined
- Jan 14, 2016
- Messages
- 13
- Office Version
- 365
- 2016
- 2013
- Platform
- Windows
- Web
I have a workbook with thirteen sheets, named January through December, with the last sheet being named Totals. In each of the first twelve sheets, I have tables (with headers), named the same as the tab that they are on. Example, Tab named January with a table named January. All thirteen forms have the same formatting for tables, same number of columns and row, with the same header values. On sheets January to December, the table starts in A1. On the Totals sheet, the table starts in C1. I have a drop down validation list in cell A1 of the Totals sheets with a list of the other sheet names. I would like a formula that will pull a sum of the data from each respective table, based on the value in cell A1 from the validation list. There are no formulas on the first twelve sheets, but I am currently using the following formulas (which need to be fixed) on the Totals sheet.
Current Formulas:
Cell A4 =IFERROR(INDEX(December[[Source ]], MATCH(0,COUNTIF(A$1:$E3,December[[Source ]]), 0)),"")
Cell B4 =SUMIF(December[[Source ]],A4,December[Expected Amount])
Cell B5 =SUMIF(December[[Source ]],A4,December[Actual Amount])
So my question..... How do I use cell A1 value within a formula to get the information that I need? I have attached two photos for reference. The first is of sheet December, the second is of sheet Totals.
Current Formulas:
Cell A4 =IFERROR(INDEX(December[[Source ]], MATCH(0,COUNTIF(A$1:$E3,December[[Source ]]), 0)),"")
Cell B4 =SUMIF(December[[Source ]],A4,December[Expected Amount])
Cell B5 =SUMIF(December[[Source ]],A4,December[Actual Amount])
So my question..... How do I use cell A1 value within a formula to get the information that I need? I have attached two photos for reference. The first is of sheet December, the second is of sheet Totals.