Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default match a cell reference with a series of lists

because of the 7 nesting formulas limits in Excel 2003, I have four lists
named in a range spreadsheet.

What I would like is to say in I3 is that if H2 matches something in the
first list (named "Apples") enter "Apples" or if it matches something in the
second list(named "Oranges") enter "Oranges" and so on for each of the named
lists.

each cell in the named lists have unique text (nothing is repeated in any of
the lists).
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default match a cell reference with a series of lists

Try something like this:

=IF(COUNTIF(Apples,H2),"Apples",IF(COUNTIF(Oranges ,H2),"Oranges",""))

--
Biff
Microsoft Excel MVP


"Bob" wrote in message
...
because of the 7 nesting formulas limits in Excel 2003, I have four lists
named in a range spreadsheet.

What I would like is to say in I3 is that if H2 matches something in the
first list (named "Apples") enter "Apples" or if it matches something in
the
second list(named "Oranges") enter "Oranges" and so on for each of the
named
lists.

each cell in the named lists have unique text (nothing is repeated in any
of
the lists).



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default match a cell reference with a series of lists

worked beautifully. Thank you

"T. Valko" wrote:

Try something like this:

=IF(COUNTIF(Apples,H2),"Apples",IF(COUNTIF(Oranges ,H2),"Oranges",""))

--
Biff
Microsoft Excel MVP


"Bob" wrote in message
...
because of the 7 nesting formulas limits in Excel 2003, I have four lists
named in a range spreadsheet.

What I would like is to say in I3 is that if H2 matches something in the
first list (named "Apples") enter "Apples" or if it matches something in
the
second list(named "Oranges") enter "Oranges" and so on for each of the
named
lists.

each cell in the named lists have unique text (nothing is repeated in any
of
the lists).




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default match a cell reference with a series of lists

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Bob" wrote in message
...
worked beautifully. Thank you

"T. Valko" wrote:

Try something like this:

=IF(COUNTIF(Apples,H2),"Apples",IF(COUNTIF(Oranges ,H2),"Oranges",""))

--
Biff
Microsoft Excel MVP


"Bob" wrote in message
...
because of the 7 nesting formulas limits in Excel 2003, I have four
lists
named in a range spreadsheet.

What I would like is to say in I3 is that if H2 matches something in
the
first list (named "Apples") enter "Apples" or if it matches something
in
the
second list(named "Oranges") enter "Oranges" and so on for each of the
named
lists.

each cell in the named lists have unique text (nothing is repeated in
any
of
the lists).






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
look up / match / reference cell Kylie Excel Worksheet Functions 6 July 20th 07 03:08 PM
Multiple Pivot Chart Series Lists - Limit selections lurker111 Excel Discussion (Misc queries) 0 November 22nd 06 07:07 PM
I'm trying to determine how a series of dropdown lists were creat. RJJ Excel Discussion (Misc queries) 2 September 26th 06 10:39 PM
I am trying to match 2 lists Smish Excel Worksheet Functions 1 December 18th 05 08:27 PM
Match two lists and return a value mdeanda Excel Worksheet Functions 2 May 22nd 05 07:26 AM


All times are GMT +1. The time now is 08:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"