jamespeters01
IS-IT--Management
Hi,
I have a excel speadsheet, which has 14 worksheets (named wk1 - wk13 and 1 named MAST).
In sheets wk1 - wk13 there are certain cells which are filled in by the user with numerical figures. These cells are constant through each worksheet. i.e wk1!b9, wk2!b9, wk3!b9 etc. etc.
In my MASTER sheet I am trying to implement a fill series in which it automatically fills in the results in the about cells. So, in cell A1 in my Master sheet it reads =wk1!b9, Cell A2 reads =wk2!b9 and so on.
Now, I have about 70 records in each worksheet, and I want to, instead of doing the MASTER sheet workings by hand, I want to be able to fill the series (hence saving a heck of a lot of time!). When I fill the series the next cells increment as follows =wk1!b9, =wk1!c9, =wk1!d9, which is obviously backwards of the way I need the cells incrementd ! I have tried using $ in front of the cell value i.e =wk1!$b$9 and filled the series, but this locks the whole formula and fills all the cells with the identical info. from the 1st cell.
Any ideas ??
I have a excel speadsheet, which has 14 worksheets (named wk1 - wk13 and 1 named MAST).
In sheets wk1 - wk13 there are certain cells which are filled in by the user with numerical figures. These cells are constant through each worksheet. i.e wk1!b9, wk2!b9, wk3!b9 etc. etc.
In my MASTER sheet I am trying to implement a fill series in which it automatically fills in the results in the about cells. So, in cell A1 in my Master sheet it reads =wk1!b9, Cell A2 reads =wk2!b9 and so on.
Now, I have about 70 records in each worksheet, and I want to, instead of doing the MASTER sheet workings by hand, I want to be able to fill the series (hence saving a heck of a lot of time!). When I fill the series the next cells increment as follows =wk1!b9, =wk1!c9, =wk1!d9, which is obviously backwards of the way I need the cells incrementd ! I have tried using $ in front of the cell value i.e =wk1!$b$9 and filled the series, but this locks the whole formula and fills all the cells with the identical info. from the 1st cell.
Any ideas ??