+ Reply to Thread
Results 1 to 2 of 2

turning numbers into other numbers

  1. #1
    Dino Thomas
    Guest

    turning numbers into other numbers

    I have some sheets within a spreadsheet that are grabbing
    data from other cells on other sheets. The cells they are
    getting the numbers from are in the following format
    {91.52} (in millions)....so that number equals
    91,520,000.....how can i get the celll that is grabbing
    that number (91.52) to show the full number (91,520,000)
    in the cell that is pulling in that value

  2. #2
    Rob
    Guest

    Re: turning numbers into other numbers

    Dino,

    Assuming cell A1 on Sheet1 contains (91.52), then =+Sheet1!A1*1000000 in
    another sheet will return what you refer to as the "full number".

    Rob

    "Dino Thomas" <anonymous@discussions.microsoft.com> wrote in message
    news:33c601c521b0$9892ded0$a501280a@phx.gbl...
    >I have some sheets within a spreadsheet that are grabbing
    > data from other cells on other sheets. The cells they are
    > getting the numbers from are in the following format
    > {91.52} (in millions)....so that number equals
    > 91,520,000.....how can i get the celll that is grabbing
    > that number (91.52) to show the full number (91,520,000)
    > in the cell that is pulling in that value




+ 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