Forum Discussion
Rfire777
Mar 24, 2023Copper Contributor
Countifs
Hi guys, Please help me in countifs formula to count *text* in a column with current date and one more criteria is with specfic row name. I was trying to write countifs formula with index match ...
HansVogelaar
Mar 24, 2023MVP
In K2:
=COUNTIFS(Chhattisgarh!$H$3:$H$1000, $A2, INDEX(Chhattisgarh!$Q$3:$ZZ$1000, 0, MATCH(K$1, Chhattisgarh!$Q$2:$ZZ$2, 0)), "*")
Rfire777
Mar 24, 2023Copper Contributor
Thank you its working, can i not apply index match too for chhattisharh!H3:H1000 column to get match A2