Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 -- HTH JonR "kblostyankee" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I drag to extend a series across lots of cells quickly? | Excel Discussion (Misc queries) | |||
extend my formula with increments of 4 cells | Excel Worksheet Functions | |||
copy subtotal information to new sheet | Excel Worksheet Functions | |||
I would like to extend hyperlinks across cells | Excel Discussion (Misc queries) | |||
I cannot extend cells using Shift+arrow keys; I cannot Autosum | Excel Worksheet Functions |