extend information into cells after doing subtotal Excel

K

kblostyankee

I am trying to print a report with subtotlas, however, I want all information
from previous cells to show up in the subtotal column, can anyone help?
Thanks,
Kathleen
 
J

JonR

Try using the concatenate function. You may have to intersperse a " "
between your values.

Ex.

If you have the values 1,2,3,4 in cells A1:A4

=CONCATENATE(A1," ",A2," ",A3," ",A4," ",SUM(A1:14))

will give you

1 2 3 4 10
 

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