I have the below code but would like to add another condition - that if, Range("O27:O142"), IS EMPTY.
I have tried, Range("O27:O142"), "" but it doesn't seem to work.
n = Application.WorksheetFunction.CountIfs(Range("B27:B142"), "Strength", Range("K27:K142"), "U-Pu-1", Range("L27:L142"), 1, Range("M27:M142"), "H")
Can anyone help?
I have tried, Range("O27:O142"), "" but it doesn't seem to work.
n = Application.WorksheetFunction.CountIfs(Range("B27:B142"), "Strength", Range("K27:K142"), "U-Pu-1", Range("L27:L142"), 1, Range("M27:M142"), "H")
Can anyone help?