Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Max,
Thanks for that, adapted it slightly for my circumstances and that works fine now. Cheers "Max" wrote: Some thoughts for these lines from your posting .. Formula in AV943 needs to sum the values in column G starting one row above Row 943 (in G942) for 6 cells (G937:G942) (answer 18). Formula in AV942 needs to sum the values in column G starting one row above Row 942 (in G941) for 6 cells (G936:G941) (answer 19). Maybe something simple like this using OFFSET would satisfy .. In AV942: =SUM(OFFSET(G941,,,-6)) This returns the sum of G936:G941, ie 6 cells counting from the OFFSET's anchor G941 "up" (its "up" because of the negative "-6" used as the height param). Copy AV942 down 1 cell to AV943, which increments the formula to: =SUM(OFFSET(G942,,,-6)) hence returning what you specify above (for AV943), ie the sum of G937:G942 Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum variable range of column entries in offset cell | New Users to Excel | |||
Concatenate column with variable to set a range | Excel Discussion (Misc queries) | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
Transpose? Offset? Variable starting cell | Excel Discussion (Misc queries) | |||
How to count dates within a certain range in a column with mutiple date range entries | Excel Worksheet Functions |