Thread
: [Solved]
VBA formulas
View Single Post
01-18-2016, 02:35 AM
Debaser
Windows 7 64bit
Office 2010 32bit
Competent Performer
Join Date: Oct 2015
Location: UK
Posts: 221
You didn't repeat the Range call:
Code:
.Value2 = Application.CountIfs(Range("I:I"), "5",Range("C:C"),"OPEN")
Debaser
View Public Profile
Find all posts by Debaser