+ Reply to Thread
Results 1 to 6 of 6

"Double" the results

  1. #1
    Forum Contributor
    Join Date
    10-26-2013
    Location
    Athens, Greece
    MS-Off Ver
    Excel 2013
    Posts
    248

    "Double" the results

    Hi. I have a column with numbers. For example,
    Column A
    1
    3
    2
    4
    My goal is to have the following:
    Column B
    1
    1
    3
    3
    2
    2
    4
    4
    "Double" the results.
    Hope you understand what I'm trying to do!
    Thanks for any help!

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: "Double" the results

    copy the list in column A

    Past it below the last value

    after that sort the data A - Z
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    10-26-2013
    Location
    Athens, Greece
    MS-Off Ver
    Excel 2013
    Posts
    248

    Re: "Double" the results

    Thanks for your answer but I'm looking for a formula because this column is part of a macro with different scenarios that runs literally thousands of times!

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: "Double" the results

    a
    b
    c
    d
    4
    1
    1
    b4: =index($a$4:$a$7, (rows(b$4:b4)+1)/2)
    5
    3
    1
    6
    2
    3
    7
    4
    3
    8
    2
    9
    2
    10
    4
    11
    4
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    10-26-2013
    Location
    Athens, Greece
    MS-Off Ver
    Excel 2013
    Posts
    248

    Re: "Double" the results

    Thank you shg! This was what I was looking for!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: "Double" the results

    You're welcome.

+ 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. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  2. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  3. Toggle BackColor of labels in Userform through "click" and "double-click"
    By ahmerjaved in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-20-2013, 02:08 PM
  4. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 AM
  5. Replies: 0
    Last Post: 09-17-2012, 01:17 PM
  6. [SOLVED] Display a range of results with "*"&A1&"*" condition
    By Sordini in forum Excel General
    Replies: 2
    Last Post: 08-08-2012, 06:23 AM
  7. Replies: 3
    Last Post: 11-23-2011, 10:54 AM
  8. double quotes within double quotes? .Value = "=IF(A2<=0,"Hit","Miss")"
    By bassima in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-22-2011, 09:10 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