how can I have Excel total a column of # that were derived by form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column of numbers in a chart. These numbers were derived by a
formula. Now I want to total the column but it appears I cannot since they
were derived by a formula. How can I do this?
 
Hi!

Explain: "I want to total the column but it appears I cannot "

What does that mean? You get an incorrect result? No result? An error?

Also, "These numbers were derived by a formula."

Post the formula. Could be the results of the formula are TEXT values in
which case a SUM of those values would fail.

Biff
 
As Biff said, the numbers could be text ..

Assuming the col of numbers is in A1:A10
Put in say, the formula bar for A11: =SUM(A1:A10+0)
Then array-enter the formula by pressing CTRL+SHIFT+ENTER, instead of just
pressing ENTER

The "+0" is one way of coercing text numbers, if any, within A1:A10 into
real numbers
 

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

Back
Top