+ Reply to Thread
Results 1 to 2 of 2

[SOLVED] Simple problem I'm sure

  1. #1
    John
    Guest

    [SOLVED] Simple problem I'm sure

    I need excel to return a value of 1 for every 10000 members. ie 10000 = 1 but
    20000 = 2 and 100000 = 10 etc.

    Can anyone help with this Formula. It's probably very simple.

  2. #2
    Barb Reinhardt
    Guest

    Re: Simple problem I'm sure

    You could try

    =INT(A1/10000)

    If the A1=39999, you'll get three.

    If you want it to round up, try

    =ROUND(A1/10000,0)

    "John" <[email protected]> wrote in message
    news:[email protected]...
    >I need excel to return a value of 1 for every 10000 members. ie 10000 = 1
    >but
    > 20000 = 2 and 100000 = 10 etc.
    >
    > Can anyone help with this Formula. It's probably very simple.




+ 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