Difficult conditional formatting

motilulla

Well-known Member
Joined
Feb 13, 2008
Messages
2,362
Office Version
  1. 2010
Hello,

I got 4 different scenarios
Seenario1-in column C got 2 number separated by vertical bar with
Seenario2-in column E got 3 number separated by vertical bar with
Seenario3-in column G got 4 number separated by vertical bar with
Seenario4-in column I got 5 number separated by vertical bar with

I need to get highlighted the numbers that contain "0" in any positions

Like this...


Book1
ABCDEFGHIJ
1
2
3
4
52 Num3 Num4 Num5 Num
60|00|0|00|0|0|20|0|0|2|1
72|02|0|02|0|0|12|0|0|1|0
81|01|0|01|0|0|01|0|0|0|1
93|03|0|13|0|1|23|0|1|2|0
102|12|1|02|1|0|22|1|0|2|1
112|12|1|22|1|2|12|1|2|1|1
122|12|1|22|1|2|12|1|2|1|0
131|21|2|01|2|0|11|2|0|1|1
141|21|2|11|2|1|21|2|1|2|1
152|12|1|12|1|1|02|1|1|0|0
161|01|0|21|0|2|21|0|2|2|2
171|11|1|11|1|1|21|1|1|2|2
181|11|1|11|1|1|11|1|1|1|2
192|12|1|12|1|1|12|1|1|1|1
202|22|2|02|2|0|12|2|0|1|1
212|22|2|12|2|1|22|2|1|2|0
222|22|2|12|2|1|12|2|1|1|1
231|11|1|31|1|3|01|1|3|0|1
241|01|0|21|0|2|21|0|2|2|2
251|01|0|11|0|1|21|0|1|2|1
263|13|1|13|1|1|33|1|1|3|1
272|12|1|12|1|1|02|1|1|0|1
282|02|0|02|0|0|12|0|0|1|1
292|12|1|22|1|2|02|1|2|0|2
300|20|2|00|2|0|10|2|0|1|0
312|12|1|02|1|0|02|1|0|0|0
320|10|1|10|1|1|10|1|1|1|0
330|10|1|20|1|2|30|1|2|3|2
340|10|1|30|1|3|00|1|3|0|0
352|12|1|22|1|2|02|1|2|0|1
362|02|0|02|0|0|22|0|0|2|1
370|10|1|20|1|2|10|1|2|1|1
381|11|1|11|1|1|21|1|1|2|0
391|21|2|11|2|1|31|2|1|3|0
40
41
42
Sheet1


Please help with conditional formula for each column separately

Thank you all
Excel 2000
Regards,
Moti
 
Last edited:

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Use Formulais & =FIND("0",C1)>0
Wow!! Fluff, can't believe your formula is working for all columns like magic

Thank you so much for you help

Have a good day

Good luck

Kind Regards,
Moti :)
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

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