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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,869
Messages
6,127,414
Members
449,382
Latest member
DonnaRisso

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