Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have 40 tabs that I am trying to summarize on tab 1 to view my students data all at once. I am using =COUNTIF(INDIRECT("'""&sheets&""'!"&"D3"),"correct response)") but it is not working. I am trying to figure out if this is even possible with such a large number of tabs. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Victoria,
Am Thu, 11 Feb 2021 10:51:29 -0800 (PST) schrieb Victoria Emory: I have 40 tabs that I am trying to summarize on tab 1 to view my students data all at once. I am using =COUNTIF(INDIRECT("'""&sheets&""'!"&"D3"),"correct response)") but it is not working. I am trying to figure out if this is even possible with such a large number of tabs. try: =SUM(COUNTIF(INDIRECT("Sheet"&ROW(2:41)&"!D3"),"co rrect response")) and enter the formula with CTRL+Shift+Enter. Regards Claus B. -- Windows10 Microsoft 365 for business |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Thank you for trying, but it is "counting" and showing 0 when I know there are more than 0 data entries. |
#4
![]() |
|||
|
|||
![]()
Hi Victoria,
The number of tabs will not affect the countif function. You can check this link out, maybe it could help: https://www.efinancialmodels.com/kno...tion-in-excel/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why do the tabs disappear (workbook has multiple sheets) | Excel Discussion (Misc queries) | |||
COUNTIF for multiple sheets | Excel Worksheet Functions | |||
SUMPRODUCT, SUMIF, COUNTIF for multiple sheets for multiple criter | Excel Worksheet Functions | |||
COUNTIF across multiple sheets | Excel Worksheet Functions | |||
Deleting multiple Chart Tabs/sheets | Excel Programming |