ThomasClinton
New Member
- Joined
- Aug 2, 2019
- Messages
- 6
Hello,
I have an excel file with about 30 sheets, each with the name of a nurse at my hospital.
What I'd like to do is count if the field E11 in each sheet contains "NA" if a nurse has given an invalid answer to a question. If the nurse has given a valid answer the cell will have a number between 0-10.
Here is what I have so far : =SUMPRODUCT(COUNTIF(INDIRECT("Name0:Name29"!E11);"NA")).
Though I've read a lot of forum posts and this seems to work for most, it returns a #REF error for me.
Any and all help would be appreciated!
Thank you!
I have an excel file with about 30 sheets, each with the name of a nurse at my hospital.
What I'd like to do is count if the field E11 in each sheet contains "NA" if a nurse has given an invalid answer to a question. If the nurse has given a valid answer the cell will have a number between 0-10.
Here is what I have so far : =SUMPRODUCT(COUNTIF(INDIRECT("Name0:Name29"!E11);"NA")).
Though I've read a lot of forum posts and this seems to work for most, it returns a #REF error for me.
Any and all help would be appreciated!
Thank you!