A
al
Hopefully I have this in the right group. Sorry in
advance if it's not.
I am **trying** to do a complex link in excel, and I'm
afraid that excel might not enable me to do it. Or more
likely unable to do it the way I am thinking.
I have 2 cells that are the same pulldown menu of a list.
The list items are all text strings that match the names
of the sheets in the workbook. I want to be able to pass
the text string value from the cell (pulldown list) to
excel functions (ie IF, SEARCH) by linking/pointing to the
cell with the pulldown list. But it keeps taking the cell
location as a file name, instead of grabbing the text
string that the cell location points to. I am obviously
have syntax issues here.
Example:
Pull down list locations: sheet:Index, cell: A3, A4
Pull down list: various fruit types (ie apples, oranges,
etc)
Worksheet names: apples, oranges, etc
if it wasn't for the pull down menu thing I would put for
example the following:
=IF(apples!A1=oranges!A1,"same","different")
I tried to put in the following without luck:
=IF($A$3!A1=$A$4!A1,"same","different")
=IF('$A$3'!A1='$A$4'!A1,"same","different")
=IF("$A$3"!A1="$A$4"!A1,"same","different")
=IF(($A$3)!A1=($A$4)!A1,"same","different")
The purpose of this nightmare is to have a summary sheet
with 2 pulldown menus (for customer ease of use and to
limit their ability to screw things up) in cells listing
all the other sheets in the workbook. The customer picks
the two sheet to be compared (ex apples and oranges), and
below it displays whether the fields are the same or
different.
Thanks MUCH in advance,
Al
advance if it's not.
I am **trying** to do a complex link in excel, and I'm
afraid that excel might not enable me to do it. Or more
likely unable to do it the way I am thinking.
I have 2 cells that are the same pulldown menu of a list.
The list items are all text strings that match the names
of the sheets in the workbook. I want to be able to pass
the text string value from the cell (pulldown list) to
excel functions (ie IF, SEARCH) by linking/pointing to the
cell with the pulldown list. But it keeps taking the cell
location as a file name, instead of grabbing the text
string that the cell location points to. I am obviously
have syntax issues here.
Example:
Pull down list locations: sheet:Index, cell: A3, A4
Pull down list: various fruit types (ie apples, oranges,
etc)
Worksheet names: apples, oranges, etc
if it wasn't for the pull down menu thing I would put for
example the following:
=IF(apples!A1=oranges!A1,"same","different")
I tried to put in the following without luck:
=IF($A$3!A1=$A$4!A1,"same","different")
=IF('$A$3'!A1='$A$4'!A1,"same","different")
=IF("$A$3"!A1="$A$4"!A1,"same","different")
=IF(($A$3)!A1=($A$4)!A1,"same","different")
The purpose of this nightmare is to have a summary sheet
with 2 pulldown menus (for customer ease of use and to
limit their ability to screw things up) in cells listing
all the other sheets in the workbook. The customer picks
the two sheet to be compared (ex apples and oranges), and
below it displays whether the fields are the same or
different.
Thanks MUCH in advance,
Al