ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Triple Number (https://www.excelbanter.com/excel-programming/425738-triple-number.html)

smandula

Triple Number
 
Is there a way to identify triple numbers in a column
and change that cell to red

i.e. triple number (111 333 777 etc.) change cell to red


Dana DeLouis[_3_]

Triple Number
 
Perhaps try a custom format with the equation:

=Mod(Number,111)=0

= = =
Dana DeLouis


smandula wrote:
Is there a way to identify triple numbers in a column
and change that cell to red

i.e. triple number (111 333 777 etc.) change cell to red


Jim Cone[_2_]

Triple Number
 
Or perhaps a custom number format of...
[Black][<=99]General;[Red][<1000]000;0;@

Also, I think Dana meant Conditional Format not custom format.
--
Jim Cone
Portland, Oregon USA



"smandula"
wrote in message
Is there a way to identify triple numbers in a column
and change that cell to red

i.e. triple number (111 333 777 etc.) change cell to red


Bernd P

Triple Number
 
Hello,

I suggest the conditional format (formula)
=AND(A10,A1<10,MOD(A1,111)=0)

Regards,
Bernd


All times are GMT +1. The time now is 11:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com