Forum Discussion
Renee_Gaudet
Aug 01, 2019Copper Contributor
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...
- Aug 01, 2019Try this formula in G2, and copy down rows:
=COUNTIF(INDIRECT(A2&”!M1:M300”),
“N/A”)
Renee_Gaudet
Aug 01, 2019Copper Contributor
That worked!! For some reason it didn't like the formatting from here, but when I typed it into my formula your recipe worked! thanks so much!!
Twifoo
Aug 02, 2019Silver Contributor
You're very much welcome!