Conditional Formatting & Rounding

Lakem

New Member
Joined
Jun 7, 2024
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I am after a way to highlight a cell if the number is greater than .5 of a number, more that half numbers.
I know this can be done with the round function however I want to highlight with a colour using conditional formatting

Eg 5.6, 10.9 etc
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Check this and revert -

Book1
D
35.5
45.6
55.51
65.4
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D3:D6Expression=D3-TRUNC(D3)>0.5textNO
 
Upvote 0
Hi & welcome to MrExcel.

Another option
Fluff.xlsm
A
1
211.49
31.3
417.6
52.5
63.6
Sheet6
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A6Expression=MOD(A2,1)>0.5textNO
 
Upvote 1

Forum statistics

Threads
1,223,896
Messages
6,175,260
Members
452,627
Latest member
KitkatToby

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