I need to calculate a column, but some of the column will have NA in them. I know that if I use the SUM in excel, my final answer would be NA. Is there anyway in VBA that I could get around it?
I was looking at something like:
If range("A5:A50") <> "" then
range("A5:A50")=sum
Still working on the correct verbage for the code.
I was looking at something like:
If range("A5:A50") <> "" then
range("A5:A50")=sum
Still working on the correct verbage for the code.