Hello,
I'm an Excel novice to please excuse any ignorance. I'm working on a mutli-sheet workbook. On sheet1 I have the formulas to pull data off of sheet2. Currently I've been using the column letters for searching an entire column, but that prevents me from being able to shift the columns around and still pull the same data (there are around 96 columns and up to 35,000 rows, the size of the table varies month to month). When a new column is needed, I've been adding it to the end instead of inserting it where it should be so I don't break the formulas. The objective is to determine the number of times a specific text is selected in the column and count up those times.
My current formulas look like this: =COUNTIFS('Data'!$C:$C,"2Q22",'Data'!$AL:$AL,$C32)
- 'Data' is the name of the sheet I'm looking for
- There are different quarters so $C:$C is looking in this case for 2Q22, but it could be another quarter
- $AL:$AL is the column I'm searching
- $C32 is the value I'm searching for (Such as "Notice" or "I don't know")
So, instead of having $AL:$AL I'm wanting to have Excel search the table for the name of that column IE: "Smokey and the Bandit" and then count up the number of times a specific text is entered in that column IE: "Firebird" or "Semi Truck"
I've tried integrating MATCH but I have not figured how.
Any help would be appreciated.
I'm an Excel novice to please excuse any ignorance. I'm working on a mutli-sheet workbook. On sheet1 I have the formulas to pull data off of sheet2. Currently I've been using the column letters for searching an entire column, but that prevents me from being able to shift the columns around and still pull the same data (there are around 96 columns and up to 35,000 rows, the size of the table varies month to month). When a new column is needed, I've been adding it to the end instead of inserting it where it should be so I don't break the formulas. The objective is to determine the number of times a specific text is selected in the column and count up those times.
My current formulas look like this: =COUNTIFS('Data'!$C:$C,"2Q22",'Data'!$AL:$AL,$C32)
- 'Data' is the name of the sheet I'm looking for
- There are different quarters so $C:$C is looking in this case for 2Q22, but it could be another quarter
- $AL:$AL is the column I'm searching
- $C32 is the value I'm searching for (Such as "Notice" or "I don't know")
So, instead of having $AL:$AL I'm wanting to have Excel search the table for the name of that column IE: "Smokey and the Bandit" and then count up the number of times a specific text is entered in that column IE: "Firebird" or "Semi Truck"
I've tried integrating MATCH but I have not figured how.
Any help would be appreciated.