Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default how do I get excel to round to specific numbers?

I need to get excel to round a number to one of the following number those
numbers are
32
37
46
53
60
66
76
84
94
105

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default how do I get excel to round to specific numbers?

So if the number 33 was input, would it need to use 32 or the next highest number?
(Closest or Next Highest number)
"medic" wrote in message
...
I need to get excel to round a number to one of the following number those
numbers are
32
37
46
53
60
66
76
84
94
105


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default how do I get excel to round to specific numbers?

Round up or down ?

NickHK

"medic" wrote in message
...
I need to get excel to round a number to one of the following number those
numbers are
32
37
46
53
60
66
76
84
94
105



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default how do I get excel to round to specific numbers?

One way:

Put this in, say, another sheet (which could be hidden):

A B
1 -1.0E+307 32
2 34.49999999999 37
3 41.49999999999 46
4 49.99999999999 53
5 56.49999999999 60
6 62.99999999999 66
7 70.99999999999 76
8 79.99999999999 84
9 88.99999999999 94
10 98.49999999999 105


And use the formula:

=VLOOKUP(J1, Sheet2!A:B, 2, TRUE)



In article ,
medic wrote:

I need to get excel to round a number to one of the following number those
numbers are
32
37
46
53
60
66
76
84
94
105

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
Why does excel round off numbers greater than 16 digits? Dave Excel Discussion (Misc queries) 1 September 1st 07 08:25 PM
HOW DO I SELECT ROUND NUMBERS ONLY IN EXCEL SPREADSHEET Jez Excel Worksheet Functions 2 September 16th 05 12:48 AM
Why does a spreadsheet sent in Excel round numbers when mailed? artisan New Users to Excel 1 August 17th 05 11:42 AM
Does Excel round numbers with a 5 in the tens place? Ian Elliott Excel Discussion (Misc queries) 1 May 24th 05 11:35 PM
Can you round numbers to display a specific set of numbers, for e. lbfries Excel Discussion (Misc queries) 3 April 20th 05 09:52 PM


All times are GMT +1. The time now is 08:45 PM.

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"