sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,421
- Office Version
- 2016
- Platform
- Windows
I'm trying to count the number of times a non-blank cell is found if another column value matches a criteria;
So in this case, I am first looking in B2:B23 to find a value that matches A14, then if it matches I want to count how many cells are not blank between H2:H50.
Can someone give me some guidance please as the above does not work but I have no idea why?
=COUNTIFS(Resourcing!$B$2:$B$23,A14,Resourcing!$H$2:$H$50,< >"")
So in this case, I am first looking in B2:B23 to find a value that matches A14, then if it matches I want to count how many cells are not blank between H2:H50.
Can someone give me some guidance please as the above does not work but I have no idea why?