I have this formula which returns a correct result:
=COUNTIFS(E0!BP2:BP2910,">2.5",E0!AZ2:AZ2910,">2.2",E0!AZ2:AZ2910,"<2.7")
When I substitute the exact criteria with a cell reference, with the same criteria in, I get a 0
=COUNTIFS(E0!BP2:BP2910,">A4",E0!AZ2:AZ2910,">B4",E0!AZ2:AZ2910,"<C4")
I am trying to build a query where I can quickly point/change to the criteria without having to go in and change each formula.
Any ideas how to achieve would be appreciated.
Thanks
Taff
=COUNTIFS(E0!BP2:BP2910,">2.5",E0!AZ2:AZ2910,">2.2",E0!AZ2:AZ2910,"<2.7")
When I substitute the exact criteria with a cell reference, with the same criteria in, I get a 0
=COUNTIFS(E0!BP2:BP2910,">A4",E0!AZ2:AZ2910,">B4",E0!AZ2:AZ2910,"<C4")
I am trying to build a query where I can quickly point/change to the criteria without having to go in and change each formula.
Any ideas how to achieve would be appreciated.
Thanks
Taff