If Cell is divisible by decimal evenly change color

CLANTHIER

New Member
Joined
Aug 8, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I'm in conditional formatting, i did the fill color but

ive tried all the =MOD(A1,1)=0 variations i can find but cant get my sheet to recognize "15.32" as the number to divide by.

i want to see balances of rate changes that still owe the difference of the new rate. I don't want to make individual rules for each rate variation ie 15.32, 30.64, etc
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Welcome to the MrExcel board!

Your requirement is not clear to me. Can you provide a small set of sample dummy data (preferably with XL2BB) and explain again in relation to that sample data?
 
Upvote 0
Maybe this (adjust the 9 to meet your needs):
Excel Formula:
=MOD(ROUND(A1/15.32,9),1)=0
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,915
Members
449,132
Latest member
Rosie14

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