Hi, I have a set of query results that I want to analyse in Excel but when I paste the results into Excel I cannot calculate on the data.
E.G. Sum(D1:E3) returns 0 but Sum(D1+E3) etc works.
I've narrowed this to the nz() function I'm using in the query to return the number 0 (zero) if the contents is null. If I remove this function from the query then the results calculate fine in Excel.
Can this problem be solve?
Much appreciated,
Kelv
E.G. Sum(D1:E3) returns 0 but Sum(D1+E3) etc works.
I've narrowed this to the nz() function I'm using in the query to return the number 0 (zero) if the contents is null. If I remove this function from the query then the results calculate fine in Excel.
Can this problem be solve?
Much appreciated,
Kelv