Total only those cells with Sum totals

B

Bleu_808

Hello - I knew I forgot something in my previous question!

As I said in an earlier post In column J, I have a series of cells I
want to sum at the first blank. ie

4
5
8
(blank)
8
0
2
5
(blank)

I want those blanks to sum the previous few cells, and to be bold. Then
- How can I get a total at the end of the column of ONLY those cells
with a sum in them?

Sorry about two posts - trying to do too many things at once :)

Thanks!
 
P

Peo Sjoblom

Assume your values start in J2, in K2 put

One way

=IF(J2="",SUM($J$2:J2)-SUM($K$1:K1),"")


copy down

then format as bold or select the second column and use format>conditional
formatting cell value not equal to ="" then format bold font


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com
 

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

Calculating Average 2
Add cells between blank cells 3
insert row when sum of values equals 100 3
Excel Sumproduct 0
Adding time 4
Sum Total 2
Sum If Non Blank 6
sum only visable cells from a sub total 1

Top