+ Reply to Thread
Results 1 to 6 of 6

100 to 100'000

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    5

    100 to 100'000

    Hi All,

    Thanks for your attention.
    I would like any number that is entered into cell A1 to be multiplied by 1000 by default.

    So if I type in 150, I get 150'000.

    Any help would be very helpful.

    Thanks,
    fypo

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: 100 to 100'000

    You would need vba to get this done...Try something like this:

    Please Login or Register  to view this content.
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    12-18-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 100 to 100'000

    Hi,
    VBA is beyond my abilities tbh. Custom formatting looks like it might work, just can't work out what the %%% ### correspond to. What do you think?

  4. #4
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: 100 to 100'000

    I dont think thats possible using number formats...

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,463

    Re: 100 to 100'000

    If this were me, I'd use a helper column. I know, our tendency is to treat cells/columns like they are extremely valuable, so we don't want to use too many of them. The thing we have to remember is that we have millions of cells at our disposal, and memory and processor power are cheap, so they really aren't very valuable. If you are entering data in column A, a simple formula like =A1*1000 copied down will have the desired effect. It can even be nested inside of an IF() function if you want to return blanks instead of 0 until an entry is entered into a cell.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  6. #6
    Registered User
    Join Date
    12-18-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 100 to 100'000

    Quote Originally Posted by MrShorty View Post
    If this were me, I'd use a helper column. I know, our tendency is to treat cells/columns like they are extremely valuable, so we don't want to use too many of them. The thing we have to remember is that we have millions of cells at our disposal, and memory and processor power are cheap, so they really aren't very valuable. If you are entering data in column A, a simple formula like =A1*1000 copied down will have the desired effect. It can even be nested inside of an IF() function if you want to return blanks instead of 0 until an entry is entered into a cell.
    I just think it seems like a simple thing, so it must be possible.
    I agree with your point about the sheer number of cells, but I like to use as few cells as possible - mostly for the challenge and robustness.

+ 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