+ Reply to Thread
Results 1 to 3 of 3

in excel how do you quote a differnt cell

Hybrid View

  1. #1
    dan
    Guest

    in excel how do you quote a differnt cell

    in excel if you ask it to find the minimum value in a row. how do you get it
    to quote the heading of the colum instead of the number in the box

  2. #2
    Registered User
    Join Date
    03-12-2004
    Posts
    65

    Try This

    You could use a VLOOKUP function combined with a MIN function, something like:

    =VLOOKUP(MIN(E5:E11),E5:F11,2,FALSE)

    Hope that helps

    Simon
    Last edited by kosciosco; 03-30-2006 at 09:46 AM.

  3. #3
    Bernard Liengme
    Guest

    Re: in excel how do you quote a differnt cell

    Let's say you numbers are in A1:M1 and the minimum value is in E1
    This =MATCH(MIN(A1:M1),A1:M1,FALSE) will tell you the min is in column 5
    (not E but 5)
    This =ADDRESS(1,MATCH(MIN(A1:M1),A1:M1,FALSE)) will return $E$5
    Any help?
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "dan" <dan@discussions.microsoft.com> wrote in message
    news:A9FC815E-1184-4924-9B80-88EFDDA8865C@microsoft.com...
    > in excel if you ask it to find the minimum value in a row. how do you get
    > it
    > to quote the heading of the colum instead of the number in the box




+ 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