ROUNDDOWN In Cell Format ONLY?

Centrican

Board Regular
Joined
Dec 20, 2006
Messages
130
Hey Guys,

Another bizzarre request from me:

I'm looking for a way to apply a rounddown function to values in cells, but to their format only, not the number itself.

e.g. I'm wanting to be able to enter 1.4 and 1.7, have both display as 1, yet add together to display 3.

I've tried everything I can think of to solve this, I'm starting to wonder if it is even possible.

Anyone got any thoughts about how I can achieve it?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Don't think you can do that with just formatting.
You need a formula in an adjescent column to do the round down.
 
Upvote 0
Only possibility I can think of is IF (big IF), your numbers will never be larger than 31

Then use custom format of
d
 
Upvote 0
You can do it, but only with values less than 32.

edit:didn't refresh, jonmo had same thought.
 
Upvote 0
You can do it, but only with values less than 32.

edit:didn't refresh, jonmo had same thought.

But you're more accurate..

I said no larger than 31...
But Less than 32 is more accurate...

It will work for 31.9999


It's probably a Moot point anyway...
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,813
Members
452,945
Latest member
Bib195

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