Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
In MS Excel, how do I fill in a column with the same cell from sequential
worksheet tabs automatically For example I want my column of cells to automatically copy the same cell $H$6 from all the sequential worksheets 1-20 so for the first cell in the column I have: ='1'!$H$6 But how do I get the cell below it in this column to increment to: ='2'!$H$6 when I do a copy and fill? the " ='1' " part doesn't seem to want to increment, even if I try " ='+1' " Thx, Curt |
#2
![]() |
|||
|
|||
![]()
One way:
=INDIRECT(ROW() & "!H6") In article , "krempin" wrote: In MS Excel, how do I fill in a column with the same cell from sequential worksheet tabs automatically For example I want my column of cells to automatically copy the same cell $H$6 from all the sequential worksheets 1-20 so for the first cell in the column I have: ='1'!$H$6 But how do I get the cell below it in this column to increment to: ='2'!$H$6 when I do a copy and fill? the " ='1' " part doesn't seem to want to increment, even if I try " ='+1' " Thx, Curt |
#3
![]() |
|||
|
|||
![]()
Thanks McGimpsey! That pretty much got me there ... since the row # didn't
align with the tab #, I just made another column with that ref the tab #, that is, I created a column numbered 1-20 and then: =INDIRECT(A3 & "!H6") - THANKS! "JE McGimpsey" wrote: One way: =INDIRECT(ROW() & "!H6") In article , "krempin" wrote: In MS Excel, how do I fill in a column with the same cell from sequential worksheet tabs automatically For example I want my column of cells to automatically copy the same cell $H$6 from all the sequential worksheets 1-20 so for the first cell in the column I have: ='1'!$H$6 But how do I get the cell below it in this column to increment to: ='2'!$H$6 when I do a copy and fill? the " ='1' " part doesn't seem to want to increment, even if I try " ='+1' " Thx, Curt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format cell in column B based on value in the next cell (column c) | Excel Discussion (Misc queries) | |||
how do i get excel to see info in one cell, look at info in anoth. | Excel Discussion (Misc queries) | |||
I have typed in an excel cell and cannot advance to next cell by . | Excel Discussion (Misc queries) | |||
Excel formatting of text-- one cell needed | Excel Discussion (Misc queries) | |||
how do i set up a single cell continual entry in excel to total f. | Excel Discussion (Misc queries) |