netrixuser
Board Regular
- Joined
- Jan 21, 2019
- Messages
- 77
- Office Version
- 365
- Platform
- Windows
Hello all,
My goal is to highlight a row of cells where one cell in that row contains more than 4 commas.
I started with this IF just to prove the logic and it returns TRUE
My Conditional Format Formula currently looks like this - but it does nothing. Even though cell E37 contains 12 commas
Am I doing something obviously wrong - or is there an easier way to achieve my goal of highlighting a row if one cell in that row contains more than 4 commas ?
Any help very much appreciated.
Regards
Netrix
My goal is to highlight a row of cells where one cell in that row contains more than 4 commas.
I started with this IF just to prove the logic and it returns TRUE
Excel Formula:
=IF(E37="",0,LEN(E37)-LEN(SUBSTITUTE(E37,",","")))>4
My Conditional Format Formula currently looks like this - but it does nothing. Even though cell E37 contains 12 commas
Excel Formula:
="IF(E37="""",0,LEN(E37)-LEN(SUBSTITUTE(E37,"","","""")))>4"
Am I doing something obviously wrong - or is there an easier way to achieve my goal of highlighting a row if one cell in that row contains more than 4 commas ?
Any help very much appreciated.
Regards
Netrix