Forum Discussion

rkrastel's avatar
rkrastel
Copper Contributor
Aug 02, 2022
Solved

Referencing a Cell for a Worksheet

Hello!   I am currently trying to understand whether or not this is possible and am looking for feedback/support from the community if so.    Simply put, I have a formula that contains a referenc...
  • HansVogelaar's avatar
    Aug 02, 2022

    rkrastel 

    You can use the INDIRECT function for this. With the worksheet name in A1:

     

    =COUNTIFS(INDIRECT("'"&A1&"'!$P$2:$P$1000"), $A$56, INDIRECT("'"&A1&"'!$N$2:$N$1000"), "PASS", INDIRECT("'"&A1&"'!$M$2:$M$1000"), "21")

Resources