Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
John
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.newusers
Barb Reinhardt
 
Posts: n/a
Default 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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very simple percentage problem News Account New Users to Excel 8 June 29th 05 10:35 PM
Problem writing Excel formulas via ODBC srikantha Excel Worksheet Functions 1 June 21st 05 06:28 PM
Problem writing Excel formulas via ODBC srikantha Excel Discussion (Misc queries) 0 June 21st 05 08:24 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
problem office assistant R.VENKATARAMAN Excel Discussion (Misc queries) 0 June 15th 05 06:22 AM


All times are GMT +1. The time now is 11:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"