I am trying to get the formula below to VBA.
=SMALL((I7,L7,N7),1+FREQUENCY((I7,L7,N7),0))
here is what I have that is not working
![]()
range("A1") = Application.WorksheetFunction.IfError(Application.WorksheetFunction.SMALL((Range("I70"),Range("L7"),Range("N7")),1+Application.WorksheetFunction.FREQUENCY(Range("I70"),Range("L7"),Range("N7")) , 0), "N/A")
Bookmarks