Thread: [Solved] VBA formulas
View Single Post
 
Old 01-15-2016, 10:38 AM
zhead zhead is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Mar 2015
Location: Texas
Posts: 32
zhead is on a distinguished road
Default

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!
Reply With Quote