Excel Round off formula to get desired result

baidya91

Board Regular
Joined
Jun 1, 2016
Messages
147
Which uniform excel round off formula should I use to get the following result by multiplying certain figures by 2.57?:

6600*2.57 = 17000

7680*2.57 = 19700

11040*2.57 = 28900

12750*2.57 = 33400
 
Last edited:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
=(ROUND(X*2.57/100,0)*100 should fix it
You are missing a right parend in your formula, but Excel already has a function to do this called "MROUND", i.e.
Code:
=MROUND(A2*B2,100)

baidya91,
Are the last two entries typos?
11040*2.57 = 28900

12750*2.57 = 33400
I do not see how you would ever get to those amounts (I get 28400 and 32800, respectively).
If they are correct, you are going to need to explain your logic on how you arrived at those amounts.
 
Upvote 0
Yes, I cannot round off the last two cases. But it is there in a certain table. So I ask such a question. I thought experts like you might know how to fix it. But I have found no logic in it.
 
Upvote 0
Yes, I cannot round off the last two cases. But it is there in a certain table. So I ask such a question. I thought experts like you might know how to fix it. But I have found no logic in it.
I do not understand what you are saying.

Are you saying that there is a lookup table? If so, then you may be able to use a VLOOKUP formula to look it up.
See: https://www.excel-easy.com/examples/vlookup.html

If that does not solve your issue, you are going to provide us with more details.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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