G
Guest
I have the following
RowCount = Cells(Rows.Count, "A").End(xlUp).Row
However, column A has several entries of #N/A with the function NA().
I need to count the number of entries in column A that are not NA and the
number of entries that ARE NA. How would I accomplish that?
Thanks
RowCount = Cells(Rows.Count, "A").End(xlUp).Row
However, column A has several entries of #N/A with the function NA().
I need to count the number of entries in column A that are not NA and the
number of entries that ARE NA. How would I accomplish that?
Thanks