ROUNDUP issue

Anar

New Member
Joined
Sep 5, 2011
Messages
10
Hello,

I have 2 numbers 5.0 and 4.7
I take an average of these numbers and then round the result with both ROUND and ROUNDUP formulas. I get 4.9 in both cases.

I also have a table with thresholds. I want to look up 4.9 in this table. I used VLOOKUP to lookup 4.9.
In the case when I used ROUND I get 47.5%
But for ROUNDUP case I have #N/A.
Could someone please help why I get error with ROUNDUP.

4​
25.0%​
4.1​
27.5%​
4.3​
32.5%​
4.4​
35.0%​
4.5​
37.5%​
4.6​
40.0%​
4.7​
42.5%​
4.8​
45.0%​
4.9​
47.5%​
5​
50.0%​
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I have 2 numbers 5.0 and 4.7
I take an average of these numbers and then round the result with both ROUND and ROUNDUP formulas. I get 4.9 in both cases.
To address the other point, the average of 5 & 4.7 is 4.85, you would expect that Round to 1 decimal place would round that up.
 
Upvote 0
Thank you very much @Peter_SSs for the solution with =VLOOKUP(ROUND(B2,1),D2:E11,2,0). It helped a lot.
Still, though, I have a question that why ROUND returns a value, ROUNDUP does not.
 
Upvote 0
Still, though, I have a question that why ROUND returns a value, ROUNDUP does not.
Did you read the article I linked to?
ROUND and ROUNDUP are obviously different functions and I don't know the programming behind how they work in Excel but presumably, on occasions, the different calculation methods may lead to very marginally different results.
 
Upvote 0
Did you read the article I linked to?
ROUND and ROUNDUP are obviously different functions and I don't know the programming behind how they work in Excel but presumably, on occasions, the different calculation methods may lead to very marginally different results.
I read the article. Thank you for your help.
 
Upvote 0

Forum statistics

Threads
1,214,631
Messages
6,120,640
Members
448,974
Latest member
DumbFinanceBro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top