I have a named range (BYE TEAMS) that looks similar to this:
...........A....................B....................C....................D....................E
1 Oct 2, 2007......Jacksonville.....New Orleans.....Tennessee......Washington
2 Oct 9, 2007........Cincinnati .......Minnesota.........Oakland.......Philadelphia
3 Oct 16, 2007.......Buffalo............Denver............Detroit.........Indianapolis
4 Oct 23, 2007......Carolina.........Cleveland........Green Bay........San Diego
Sheet1 A1:AA1 is a list of dates.
I need a formula, in SHEET1-B2 that will do the following:
1. Get a value from a specific cell...(say SHEET3-A1)
2. See if that value appears in the BYE TEAMS range in the row matching the date in cell SHEET1-A1.
3. If it does...print "B-" into cell SHEET1-B2.
4. If the value does not appear in the row...then return SHEET3-A1.
What series of LOOKUP, MATCH, VLOOKUP...etc. do I use to achieve this?
Bookmarks