Average (Subtotal) , do not round up or down .

Sunline

Well-known Member
Joined
Oct 6, 2007
Messages
701
Office Version
  1. 2016
Platform
  1. Windows
Hello all ,

I have this basic average function but I have 4 x cells that are rounding up in yellow .

I don’t want them to round up or down at all .

Not sure how to do this .

Thanks .
Excel Workbook
BEK
1DlstWDlst%Results
2100
3151010.0
417512.512.5
52066.666.7
6155555.0
7174747.0
8494242.0
91754343.0
102959.559.5
113156.156.1
12753.653.6
139949.349.4
14253.553.5
154549.549.5
166549.249.2
171450.250.3
18214848.0
192846.446.4
2010045.345.4
Sheet1
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
In K5 you are averaging 10, 15 and 175 so that's 200/3 = 66.66666.....

When you format the cell with 1 decimal place that will display as 66.7 as expected. How did you get 66.6 in E5?

If you really want to display as shown you will need to wrap SUBTOTAL in a rounding function, e.g. ROUNDOWN like this

=ROUNDDOWN(SUBTOTAL(1,$B$2:B2),1)

I don't know if that will work for all values
 
Upvote 0

Forum statistics

Threads
1,224,822
Messages
6,181,164
Members
453,021
Latest member
Justyna P

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