Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's an option I'd be likely to go with instead of using VBA...
Select any cell in row 2, say A2. Add a defined name with local scope as follows: Name:="LastCell" RefersTo:=A1 Select the 1st column to receive a total, say AE. Enter the following formula: =SUM(AE$9:LastCell) Drag-copy the cell (or blocks) to anywhere you need a sum. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop returns only one value, does not loop & an assignment to columnhow-to problem. | Excel Programming | |||
Permanently link formula references to Column Names and not Column Cell Numbers | Excel Discussion (Misc queries) | |||
how to change column references, while filling down another column | Excel Discussion (Misc queries) | |||
column loop problem?? | Excel Programming | |||
Problem adding charts using Do-Loop Until loop | Excel Programming |