Hi,
I am trying to count the number of #N/A in a the column O.
I tried the following code but it is not working :
Any idea how to fix this?
I am trying to count the number of #N/A in a the column O.
I tried the following code but it is not working :
Code:
sub test()
v = Application.WorksheetFunction.SumProduct(--Application.WorksheetFunction.IsNA("O:O"))
msgbox v
end sub
Any idea how to fix this?