+ Reply to Thread
Results 1 to 2 of 2

Thread: Find LARGE, and th cell 3 cells to the left?

  1. #1
    Intotao
    Guest

    Find LARGE, and th cell 3 cells to the left?

    Hi Everyone,
    I have a spreadsheet with 2 columns. I'm trying to find the largest value in
    column 2, then copy that cell and the cell to the immediate left to another
    worksheet. I've tried sorting it, but for one reason or another it doesn't
    seem to want to work...Just need to copy these values to another sheet.
    Any Help would be greatly appreciated,

    Into





  2. #2
    Dave Peterson
    Guest

    Re: Find LARGE, and th cell 3 cells to the left?

    How about just using a couple of formulas:

    =max(sheet1!x:x)
    to show the max
    =index(sheet1!w:w,match(max(sheet1!x:x),sheet1!x:x,0))
    to show the value to its left



    Intotao wrote:
    >
    > Hi Everyone,
    > I have a spreadsheet with 2 columns. I'm trying to find the largest value in
    > column 2, then copy that cell and the cell to the immediate left to another
    > worksheet. I've tried sorting it, but for one reason or another it doesn't
    > seem to want to work...Just need to copy these values to another sheet.
    > Any Help would be greatly appreciated,
    >
    > Into


    --

    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.2.0