+ Reply to Thread
Results 1 to 2 of 2

auto sort cells

  1. #1
    billll
    Guest

    auto sort cells

    HELLO
    I have table with dates in cells C3:C33
    I wont after I write her dates come out automatically the 6 bigger
    dates in the column L
    (L3=the 1st date, L4=the 2nd date etc).


  2. #2
    Valued Forum Contributor Excelenator's Avatar
    Join Date
    07-25-2006
    Location
    Wantagh, NY
    Posts
    333
    You can use the LARGE function

    Cell L3 Formula = LARGE($C$3:$C$33,1) formatted as a date
    Cell L4 Formula = LARGE($C$3:$C$33,2) formatted as a date
    Cell L5 Formula = LARGE($C$3:$C$33,3) formatted as a date
    Cell L6 Formula = LARGE($C$3:$C$33,4) formatted as a date
    Cell L7 Formula = LARGE($C$3:$C$33,5) formatted as a date
    Cell L8 Formula = LARGE($C$3:$C$33,6) formatted as a date



    Quote Originally Posted by billll
    HELLO
    I have table with dates in cells C3:C33
    I wont after I write her dates come out automatically the 6 bigger
    dates in the column L
    (L3=the 1st date, L4=the 2nd date etc).
    ---------------------------------------------------
    ONLY APPLIES TO VBA RESPONSES WHERE APPROPRIATE
    To insert code into the VBE (Visual Basic Editor)
    1. Copy the code.
    2. Open workbook to paste code into.
    3. Right click any worksheet tab, select View Code
    4. VBE (Visual Basic Editor) opens to that sheets object
    5. You may change to another sheets object or the This Workbook object by double clicking it in the Project window
    6. In the blank space below the word "General" paste the copied code.

+ 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