+ Reply to Thread
Results 1 to 4 of 4

How to dynamic copy a range of cells and sort them?

  1. #1
    Registered User
    Join Date
    02-28-2014
    Location
    Greece,Athens
    MS-Off Ver
    Excel 2007
    Posts
    39

    How to dynamic copy a range of cells and sort them?

    So guys hypothetically i want to copy values in column B to let's say D.After that i want to be able to sort column D.And every time values in column B change i want to automatically refresh and sort values in D.Is that possible?
    Copy&Sort.xlsx

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: How to dynamic copy a range of cells and sort them?

    Try this one in D3
    =SMALL($B$3:$B$11,ROW()-2)
    And drag down to D11
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: How to dynamic copy a range of cells and sort them?

    copy paste below in D3 and drag down

    =IFERROR(SMALL(INDIRECT("$b$3:$B$"&COUNT($B$3:$B$500)),ROW(A1)),"") will work till data filled up to B500
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  4. #4
    Registered User
    Join Date
    02-28-2014
    Location
    Greece,Athens
    MS-Off Ver
    Excel 2007
    Posts
    39

    Re: How to dynamic copy a range of cells and sort them?

    Both of you as effective as it can get!!!Thanks!!!!!!!!!!!!!!!!!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro to copy formula to blank cells in a dynamic range
    By masben in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-25-2013, 07:07 AM
  2. Replies: 4
    Last Post: 03-09-2012, 10:54 AM
  3. VBA macro to Find a dynamic range of cells, copy then paste to another sheet
    By Bmxerdude2087 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-24-2012, 02:36 PM
  4. using a dynamic reference cell to copy a range of cells within a data table
    By mcash in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-11-2010, 10:22 AM
  5. dynamic range - sort
    By sach0025 in forum Excel General
    Replies: 2
    Last Post: 02-02-2007, 05:14 PM

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