Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
Hello,
This isn't working ...
Can someone help me accomplish what I thought this would do. I'm trying to get a count of all the values in which column 8 = "Klik Park" and column 11 = "Field"
Code:
bpml = WorksheetFunction.CountIf(ws_data.Columns(8), "Klik Park" And ws_data.Columns(11), "Field")
This isn't working ...
Can someone help me accomplish what I thought this would do. I'm trying to get a count of all the values in which column 8 = "Klik Park" and column 11 = "Field"