+ Reply to Thread
Results 1 to 5 of 5

HELP! How do I double an amount of figures in a table?

  1. #1
    Registered User
    Join Date
    01-02-2014
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    HELP! How do I double an amount of figures in a table?

    Dear all,

    Need some help here! I have a table (see untitled.JPG) which contains a data count of appointments. Each appointment is defined by a "1", therefore if in one day I had 5 appointments, it would have "11111" in the section.

    I have been asked to take all the figures and double them. Is there a way to do so that the amount of 1's in each box is double, so if I had "11" it would become "1111"?

    Would really appreciate your advice! Many thanks in advance.

    untitled.JPG

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: HELP! How do I double an amount of figures in a table?

    yes, since the length of each cell is the number of appointments prepare another worksheet so that in each cell there are 2 times the contents of the original cell

    in a macro, for each cell containing "1" ,copy twice the original value

    if you send a sample in excel, I'll gladly work on it

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: HELP! How do I double an amount of figures in a table?

    Hi and welcome to the forum

    Using this suggestion will mean creating a duplicate table, then using this formula in the new table, copied down and across...
    =REPT(A1,2)*1

    You can then (if you want to) copy/paste values over the original table, and then delete the "new" table"
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    01-02-2014
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: HELP! How do I double an amount of figures in a table?

    Hi RCM,

    Many thanks for your reply. As I'm annoyingly not permitted to send any thing to do with this spreadsheet over, could you perhaps screenshot your doing the macro, so I can apply the same to all my "1"s?

  5. #5
    Registered User
    Join Date
    01-02-2014
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: HELP! How do I double an amount of figures in a table?

    SOLVED:

    By using the Find and Replace tool, I managed to double all the 1's by replacing 1 with 11.

    Thanks nonetheless for your feedback and trying to help me

+ 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. Netting down amount using available figures
    By dbuckfield in forum Excel General
    Replies: 6
    Last Post: 01-20-2011, 11:29 AM
  2. Convert Amount in figures to words
    By Syed Haider Ali in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-24-2007, 03:13 AM
  3. [SOLVED] converting figures to amount
    By Narendra in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-07-2006, 12:15 PM
  4. [SOLVED] converting amount into figures
    By IRFAN AHMAD in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-14-2005, 12:05 PM
  5. [SOLVED] Converting amount in figures to amount in words
    By Shrikant in forum Excel General
    Replies: 1
    Last Post: 08-16-2005, 06:05 AM

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