Home > Back-end >  Countif using Indirect
Countif using Indirect

Time:08-02

I'm trying to use Countif using indirect function.

here is the enter image description here

I'm using

=if(B$1="","",COUNTIF(INDIRECT(B$1&"!$A:$A"),$A4))

to get the value of others. Not sure I'm doing right. Any inputs on this.

Desired Output:

enter image description here

CodePudding user response:

You can use the following formula utilizing enter image description here

  • Related