E
ellenricca
This function is in a workbook with 2 sheets. It _almost_ works
perfectly. These "C" columns in two different sheets
'2005-2006'!C:C,'2004-2005'!C:C, contain names of people. The D column
in one of the sheets - '2004-2005'!D
- contains a date associated
with the person's name from the C column of 2004-2005 sheet.
This formula is in the "D" column of Sheet 2005-2006.
=LOOKUP('2005-2006'!C:C,'2004-2005'!C:C,'2004-2005'!D
)
The concept is for the formula to lookup the value (person's name) in
column C of 2005-2006 and compare it to the value (person's name) in
column C of sheet 2004-2005. If the names match, place the value (the
date) from column D in sheet 2004-2005 and place it in column D of
sheet 2005-2006. It matches pretty good....
The problem I am having is with the non-matches. I would like it to put
"N/A" or have it be blank in the D column of 2005-2006 if it does not
match, however, instead it is putting the date from the record above
it.
I have looked in help for LOOKUP, VLOOKUP, INDEX, and MATCH, and have
re-worded the formula but I get invalid formulas and no results. Any
ideas are greatly appreciate....
Thanks!
Ellen
perfectly. These "C" columns in two different sheets
'2005-2006'!C:C,'2004-2005'!C:C, contain names of people. The D column
in one of the sheets - '2004-2005'!D

with the person's name from the C column of 2004-2005 sheet.
This formula is in the "D" column of Sheet 2005-2006.
=LOOKUP('2005-2006'!C:C,'2004-2005'!C:C,'2004-2005'!D

The concept is for the formula to lookup the value (person's name) in
column C of 2005-2006 and compare it to the value (person's name) in
column C of sheet 2004-2005. If the names match, place the value (the
date) from column D in sheet 2004-2005 and place it in column D of
sheet 2005-2006. It matches pretty good....
The problem I am having is with the non-matches. I would like it to put
"N/A" or have it be blank in the D column of 2005-2006 if it does not
match, however, instead it is putting the date from the record above
it.
I have looked in help for LOOKUP, VLOOKUP, INDEX, and MATCH, and have
re-worded the formula but I get invalid formulas and no results. Any
ideas are greatly appreciate....
Thanks!
Ellen