Consulting

Results 1 to 3 of 3

Thread: Solved: Creating a dynamic concatenation from a list

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Sep 2012
    Posts
    17
    Location

    Solved: Creating a dynamic concatenation from a list

    I have a spreadsheet which has list of companies with each company given a ranking.

    Also I have a clock timer which shows what minute it is.

    My aim is to try and display the top ranking company names separated by a comma in a cell based on what the current minute (cell E6) is up to i.e. On the 3rd minute display the text "AOL, Apple, Air Pacific" in a cell as these three companies are ranked 1st, 2nd and 3rd.

    On the fourth minute in the cell it would then display the text "AOL, Apple, Air Pacific, BMW" as BMW ranks 4th on the list.

    See Attached Spreadsheet.

    Is there a way to do this without having to use a long if statement?

    Cheers
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •