+ Reply to Thread
Results 1 to 3 of 3

Return Text In Cell realting to Max Value in different colum

  1. #1
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143

    Return Text In Cell realting to Max Value in different colum

    I am unsure how to write this formula.

    In Column 0 - I have the Weekly Totals.
    In COlumn F - I have the Week Beginning Date.



    The max/min weekly totals change as time goes on.

    How can I return the Date the Max/Min Occured in a separate sheet in the same workbook?

    Tyvm

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    put a sample of your data.

  3. #3
    Dave Peterson
    Guest

    Re: Return Text In Cell realting to Max Value in different colum

    =index(sheet1!f:f,match(min(sheet1!o:o),sheet1!o:o,0))
    =index(sheet1!f:f,match(max(sheet1!o:o),sheet1!o:o,0))



    samprince wrote:
    >
    > I am unsure how to write this formula.
    >
    > In Column 0 - I have the Weekly Totals.
    > In COlumn F - I have the Week Beginning Date.
    >
    > The max/min weekly totals change as time goes on.
    >
    > How can I return the Date the Max/Min Occured in a separate sheet in
    > the same workbook?
    >
    > Tyvm
    >
    > --
    > samprince
    > ------------------------------------------------------------------------
    > samprince's Profile: http://www.excelforum.com/member.php...o&userid=34168
    > View this thread: http://www.excelforum.com/showthread...hreadid=561972


    --

    Dave Peterson

+ 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