SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,096
- Office Version
- 2019
- 2016
- Platform
- Windows
Hi All
trying to work out why the below will not give me my answer
trying to make sheet "app" cell c4 = the count of cells in sheet "meeting" in range G2:g30 that are more than 1.
any ideas, i just get 0
much appriciated
dave
trying to work out why the below will not give me my answer
Code:
Range("'app'!$C$4").Value = WorksheetFunction.CountIf(Worksheets("Meeting").Range("g2:g30"), ">1")
trying to make sheet "app" cell c4 = the count of cells in sheet "meeting" in range G2:g30 that are more than 1.
any ideas, i just get 0
much appriciated
dave
Last edited: