G
Guest
I am exporting a query out of access into excel and if a cell is returning nothing it is just blank as a text, so when I sum the cell with other cells I get a #VALUE
It is usually not an issue as there is 99% numbers in all cells, but when it is blank it errors out
=SUM(A1:A3) would be
A1
A2
A3
but when it is
=SUM(A1:A3) should be 4 but I get #VALU
A1
A2
A3
Any help would be greatly appreciated
It is usually not an issue as there is 99% numbers in all cells, but when it is blank it errors out
=SUM(A1:A3) would be
A1
A2
A3
but when it is
=SUM(A1:A3) should be 4 but I get #VALU
A1
A2
A3
Any help would be greatly appreciated