+ Reply to Thread
Results 1 to 3 of 3

Functions referring to Named Ranges

  1. #1
    Registered User
    Join Date
    03-25-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Functions referring to Named Ranges

    Greetings...
    I have a table with five row Products and three values for each product; each product is a Named Range.
    One product is Turf.
    I have a cell to find the Min(Turf). This works.
    I also have a validation list to dropdown each or the Products - another Named Range.
    I cannot pass the reference to the Named Range from the Dropdown which lists all the Names into the Min function. i.e. -MIN(B2) - the reference to the dropdown containing all the Named Range Products.
    The Min function needs the actual Named Range - not a reference.
    Any help would be greatly appreciated...
    Thanks in advance. - Tom
    Last edited by taa; 03-25-2011 at 04:25 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Functions referring to Named Ranges

    Try using this

    =MIN(INDIRECT(B2))

  3. #3
    Registered User
    Join Date
    03-25-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Functions referring to Named Ranges

    Thank you Cutter. It's perfect; much appreciated.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1