Forum Discussion

Renee_Gaudet's avatar
Renee_Gaudet
Copper Contributor
Aug 01, 2019
Solved

Counta/CountIF autopopulate range from different sheet, where the sheet name may change

Hello,  I don't know if this is possible, I have a very unique situation. We use Excel for our test cases, usually multiple sheets in one file. The main sheet is a summary results page, where we sum...
  • Twifoo's avatar
    Aug 01, 2019
    Try this formula in G2, and copy down rows:
    =COUNTIF(INDIRECT(A2&”!M1:M300”),
    “N/A”)

Resources