I am using Excel 2007. I have two worksheets within one workbook. I have a list of data which totals every 100 rows. I am trying to automatically transfer those totals to the 2nd worksheet. Is there a way to do this?
It's possible but it's difficult to guess at the best way to do it withoiut seeing a sample of the data.
Please post a workbook with some typical data and formulae.
Regards
On sheet2, in cell A1, put:
=INDEX(Sheet1!$A$1:$A$1000,((ROW()-ROW($A$1))*100)+1)
and drag down. Adjust the range as necessary.
Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks