Roundup value

J_Kelly

New Member
Joined
Feb 25, 2022
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
I am creating a sheet however I need the values of a specific column to roundup. i.e. 3 stays 3, but 3.1 rounds up to 4.

I know this can be done using the ROUNDUP Formula but is there a way to set this so its automatic? If i type in 3.1 or 3.2 it will default round up to 4?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
I know this can be done using the ROUNDUP Formula but is there a way to set this so its automatic?
Yes, if you use VBA. You can have code that runs automatically upon manual data entry.
What range to your want this logic applied to?
 
Upvote 0
If you want the values rounded up when typing them in, why not just type in the value want?
The only way for it to happen automatically would be to use VBA which seems overkill in this situation.
 
Upvote 0

Forum statistics

Threads
1,215,201
Messages
6,123,621
Members
449,109
Latest member
Sebas8956

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