Thread: [Solved] VBA formulas
View Single Post
 
Old 01-18-2016, 02:35 AM
Debaser's Avatar
Debaser Debaser is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Oct 2015
Location: UK
Posts: 221
Debaser will become famous soon enough
Default

You didn't repeat the Range call:

Code:
.Value2 = Application.CountIfs(Range("I:I"), "5",Range("C:C"),"OPEN")
Reply With Quote