Please help me update the code below so that the counts work on the ranges of numbers (arrows below) Thanks!
Sub Metrics()
Dim ws As Worksheet
Set ws = Worksheets("Master")
''
Total = Application.WorksheetFunction.CountIf(ws.Range("i:i"), ">0")
Zeroto14 =...