revised sumif does not work with pasted values

L

Les

I have a sumif function that works perfectly well when
the data is keyed into it manually but when the data is
copied and pasted in from a csv file the function returns
a value of zero. This only happens on the sumif function,
when the same data is pasted into an IF statement or a
SUM function, it is fine. Can anyone help?
 
D

Dave R.

You might want to post the function you are using, and the "equivilent"
IF/sum combination function, to see why one works and one doesn't. Could be
the syntax of the IF requirements is different in your IF & SUMIF functions.
 
K

Ken Wright

Sounds like the data you are pasting in is in text format as opposed to being numeric. Copy and
paste your data as you are doing, and then copy an empty cell, select your pasted data, do edit /
paste special / add, and this should coerce the data back to numeric. The SUMIF should work then.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help on the Sumif Function 1
sumif issues 1
SUMIF with criteria "<>" & "=" 4
Have the SUMIF result (formula) on a separate sheet/tab 2
Sumif Function 2
Sumif Function 1
Sumif using partial string 7
SumIf AND 6

Top