Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of items, each of those now needs 12 rows (one for each
month). How can I do this without manually doing so. The list of items is well over 200. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A description of your layout would be helpful.
In general, you do the following: 1. Calculate the sum for one item, as in: =sum(a2:l2) 2. Drag this cell down as many items as you have. Excel will automatically adjust the calculation for you. The easiest way to drag is to grab the fill handle (the black box on the bottom right of the cell), and drag is as far as you need. Then release the cursor. Regards, Fred "bizee" wrote in message ... I have a list of items, each of those now needs 12 rows (one for each month). How can I do this without manually doing so. The list of items is well over 200. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not quite sure, but perhaps this angle ...
Assume your source list of items is in A2 down You could place this in any startcell, say in E2: =OFFSET($A$2,INT((ROWS($1:1)-1)/12),) Then just copy E2 down as far as required to exhaust the source list Col E will repeat each source item 12x as you copy down -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "bizee" wrote in message ... I have a list of items, each of those now needs 12 rows (one for each month). How can I do this without manually doing so. The list of items is well over 200. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting rows that contain any one item listed in another row | Excel Worksheet Functions | |||
can i avoid repeating rows when adding calculated item in pivot ta | Excel Worksheet Functions | |||
Calculated Item in Pivot Table Adds Rows with Zero Values | Excel Discussion (Misc queries) | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
How do i sort items using two rows per item in Excel? | Excel Discussion (Misc queries) |