adding cells within a cell

D

dc

I need to add 3 or 4 cells into a cell, that is part of a function that
totals the formulated cells.
what I am trying to do is total at the bottom but I have 3 different amounts
in one cell, and just one amount in the others and it won't add the three in
the top cell so what I want to do is separate the cell with the three totals.
 
J

Jon Peltier

Why don't you just increase the size of the range you're summing over?

The thing with Excel is, if you do your data right, you'll save lots of
aggravation. Five minutes with the data can save five hours of trouble. You
could probably write a custom function to parse an input cell and sum the
individual values, and so forth, but there's no native function to do that,
and the effort spent to do such a thing would not be worth it.

- Jon
 

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

Top