B
Brad
I am working on linked spreadsheets where I need to copy a formula down a
column. The problem is that the rows in the source spreadsheet are five or
six rows apart for each row in the destination spreadsheet, and yes, it does
vary. It is about 15 rows of five row spacing and then a row of six row
spacing. In other words:
DestinationA1=SourceA1
DestinationA2=SourceA6
DestinationA3=SourceA11
....
DestinationA16=SourceA77
The fifteen rows is also not constant; sometimes it is 16 times. It is sort
of like leap year where about once a century a different adjustment is
needed for the partial day in the year.
This goes on for 10,000 rows or so, and is taking way too long to link by
hand. In order to help in the manual linking, I wrote a macro that hid the
unneeded rows, but I can't sort them without destroying other calculations
involved in the visible rows. Is there a way to copy an equations such that
is each time it is copied down in destination spreadsheet is move down on
VISIBLE row (actually five or six rows)? I have thought about adding dummy
rows to the destination sheet, coping down, and then deleting the unneeded
rows, but that is about as much work as hiding them which took quite awhile
last night with the help of a macro. At least with hiding, I can always
unhide when I find a mistake. Deleting rows is more of a hassle when done
wrong.
Brad
column. The problem is that the rows in the source spreadsheet are five or
six rows apart for each row in the destination spreadsheet, and yes, it does
vary. It is about 15 rows of five row spacing and then a row of six row
spacing. In other words:
DestinationA1=SourceA1
DestinationA2=SourceA6
DestinationA3=SourceA11
....
DestinationA16=SourceA77
The fifteen rows is also not constant; sometimes it is 16 times. It is sort
of like leap year where about once a century a different adjustment is
needed for the partial day in the year.
This goes on for 10,000 rows or so, and is taking way too long to link by
hand. In order to help in the manual linking, I wrote a macro that hid the
unneeded rows, but I can't sort them without destroying other calculations
involved in the visible rows. Is there a way to copy an equations such that
is each time it is copied down in destination spreadsheet is move down on
VISIBLE row (actually five or six rows)? I have thought about adding dummy
rows to the destination sheet, coping down, and then deleting the unneeded
rows, but that is about as much work as hiding them which took quite awhile
last night with the help of a macro. At least with hiding, I can always
unhide when I find a mistake. Deleting rows is more of a hassle when done
wrong.
Brad