C
Chris Guimbellot
Hello,
Excel 2000.
Question 1. I would like to place the text of the name of a given worksheet
at various places in that worksheet so that if I change the name of the
worksheet, those cells will change as well. Is this possible?
Question 2. I have a list of items that I have named as a range on one
sheet. The list is about 20 items (rows), each with about 10 elements
(columns). For each one of the items, I have created a separate worksheet,
with the name of the worksheet corresponding to the name in the first column
of the list. What I would like to do on each worksheet is copy that item's
row from the list to the worksheet. In that, each worksheet would have a row
of data at the top that would be a copy if that item's elements from the
list on the other sheet. I have managed to do this using the VLookup
function to get the first column of information from the other sheet. The
problem is that I cannot drag that formula across the other columns to get
the rest of the item's elements. When I try, it just keeps repeating the
value from the first cell. I was able to manually adjust the formula for
each column, but that is a pain. Here is how I have the formulas set up now:
A1 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,1)
A2 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,2)
A3 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,3)
etc
First of all, is this the correct formula to be using? Second, is there
another formula that would in essence give me the same information while
letting me drag the formula across the adjacent columns? Thanks,
Chris
Excel 2000.
Question 1. I would like to place the text of the name of a given worksheet
at various places in that worksheet so that if I change the name of the
worksheet, those cells will change as well. Is this possible?
Question 2. I have a list of items that I have named as a range on one
sheet. The list is about 20 items (rows), each with about 10 elements
(columns). For each one of the items, I have created a separate worksheet,
with the name of the worksheet corresponding to the name in the first column
of the list. What I would like to do on each worksheet is copy that item's
row from the list to the worksheet. In that, each worksheet would have a row
of data at the top that would be a copy if that item's elements from the
list on the other sheet. I have managed to do this using the VLookup
function to get the first column of information from the other sheet. The
problem is that I cannot drag that formula across the other columns to get
the rest of the item's elements. When I try, it just keeps repeating the
value from the first cell. I was able to manually adjust the formula for
each column, but that is a pain. Here is how I have the formulas set up now:
A1 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,1)
A2 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,2)
A3 - =VLOOKUP($A1,'In-House Web Analysis.xls'!Pages,3)
etc
First of all, is this the correct formula to be using? Second, is there
another formula that would in essence give me the same information while
letting me drag the formula across the adjacent columns? Thanks,
Chris