Hello
I can't work this out. I want to count the rows but only if the column M equals Asset Mgt and column N equals Business Dev. How do I add the column n piece please?
Thank
Ross
I can't work this out. I want to count the rows but only if the column M equals Asset Mgt and column N equals Business Dev. How do I add the column n piece please?
Thank
Ross
Code:
With Sheets("Asset Mgt")
Counts = Application.CountIf(.Range("M:M"), "Asset Mgt"
MsgBox Counts