Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
When placed in column A, the formula resolves to
=SUM(OFFSET('Enrollment Data'!$H$15,1-1,0,1,5)) which sums a 1 row, 5 column range starting at H15. When you copy it to column B, the formula resolves to =SUM(OFFSET('Enrollment Data'!$H$15,2-1,0,1,5)) which sums a 1 row, 5 column range starting one row down from H15. And so on. In article , jckurk wrote: JE McGimpsey Wrote: One way: Say this is entered in column A: =SUM(OFFSET('Enrollment Data'!$H$15,COLUMN()-COLUMN($A:$A),0,1,5)) If it's entered in a different column, change $A:$A to that column reference Uhmm this works. I have no idea why. I don't get it. How is that working? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hints And Tips For New Posters In The Excel Newsgroups | Excel Worksheet Functions | |||
how do I protect a formula in an excel speadsheet | Excel Worksheet Functions | |||
Formula Arrays VERY SLOW in Excel 2002 | Excel Worksheet Functions | |||
Excel 97 - Adding Every 8th Row - Formula should work, but doesn't | Excel Worksheet Functions | |||
How do I view the actual numeric value of a formula in Excel 2002. | Excel Worksheet Functions |