Divide values with two decimals, how to split the rest

Bilingual

Board Regular
Joined
Oct 1, 2010
Messages
186
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi , i have a formula where values need to be divivded into 3 equal numbers rounded with two decimals:

Like

38/3 = 12,67

However as i need the value to be the same as the value before the split, i need to remove 00,01 on one of the values named 12,67, how do i manage that? - its not important which row will recieve it


[TABLE="width: 500"]
<tbody>[TR]
[TD]Order[/TD]
[TD]Value[/TD]
[TD]Split[/TD]
[TD]Correct split[/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]38[/TD]
[TD]12,67[/TD]
[TD]12,67[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD][/TD]
[TD]12,67[/TD]
[TD]12,67[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD][/TD]
[TD]12,67[/TD]
[TD]12,66[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
For the first two, divide by 3.
For the third, take the original and subtract the first two.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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