Thread
: [Solved]
VBA formulas
View Single Post
01-15-2016, 10:38 AM
zhead
Windows 7 64bit
Office 2010 64bit
Advanced Beginner
Join Date: Mar 2015
Location: Texas
Posts: 32
how to use it with more than one function
With Range("M2")
.Value2 = Application.CountIfs(Range("I:I"), "5",("C:C"),"OPEN"
.NumberFormat = "#,##0"
End With
The problem now is M2 = #VALUE!
zhead
View Public Profile
Find all posts by zhead