I have various "File Status" in Column N that shows Open, Closed, Closed w/Out Recovery. I need to get a count of Files Closed with Recovery and a % of Closed with Recovery versus Total Count. Please note that the column name will always be "File Status" but the number of rows is indeterminate.
I am a new beginner and need some help PLEASE!!!
.Cells(2, myLastColumn + 1).Formula = COUNTIF(N2:N65536,"<>Closed W/Out Recovery")
I am a new beginner and need some help PLEASE!!!
.Cells(2, myLastColumn + 1).Formula = COUNTIF(N2:N65536,"<>Closed W/Out Recovery")