CONDITIONAL FORMATTING IN EXCEL - off of a range of cells
Solved/Closed
Mounta1n
Posts
8
Registration date
Monday July 29, 2013
Status
Member
Last seen
August 5, 2013
-
Jul 29, 2013 at 10:31 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jul 30, 2013 at 10:24 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jul 30, 2013 at 10:24 AM
Related:
- CONDITIONAL FORMATTING IN EXCEL - off of a range of cells
- Marksheet format in excel - Guide
- How to change date format in excel - Guide
- Number to words in excel - Guide
- Clear formatting in excel - Guide
- Gif in excel - Guide
4 responses
Mounta1n
Posts
8
Registration date
Monday July 29, 2013
Status
Member
Last seen
August 5, 2013
Jul 30, 2013 at 04:26 AM
Jul 30, 2013 at 04:26 AM
Hi Trowa (anyone)
I have tested your solution and this is not working? Once I insert the condition the target cell A1 remains TRUE or shaded Blue for any value chosen in column B?
Please note that I have a drop down box in Column B with a number of outcomes but that shouldn't affect the formula? I even changed all the outcomes in the list so that none contain the word TRUE and still A1 remained Blue?
The logic seems sound but not sure why its not working?
Any other ideas?
I have tested your solution and this is not working? Once I insert the condition the target cell A1 remains TRUE or shaded Blue for any value chosen in column B?
Please note that I have a drop down box in Column B with a number of outcomes but that shouldn't affect the formula? I even changed all the outcomes in the list so that none contain the word TRUE and still A1 remained Blue?
The logic seems sound but not sure why its not working?
Any other ideas?
Mounta1n
Posts
8
Registration date
Monday July 29, 2013
Status
Member
Last seen
August 5, 2013
Jul 30, 2013 at 06:07 AM
Jul 30, 2013 at 06:07 AM
Problem solved....its a COUNTIF function not a COUNTA!
=IF(COUNTIF($Q$4:$Q$182,"No - differences unexplained above materiality")>0,TRUE,)
But like the logic!
Thanks
=IF(COUNTIF($Q$4:$Q$182,"No - differences unexplained above materiality")>0,TRUE,)
But like the logic!
Thanks
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jul 30, 2013 at 10:24 AM
Jul 30, 2013 at 10:24 AM
Hi Brendon,
Strange, the formula worked for me. Maybe a translation issue (I'm using a function translation site Dutch --> English), but good to see you worked it out.
Best regards,
Trowa
Strange, the formula worked for me. Maybe a translation issue (I'm using a function translation site Dutch --> English), but good to see you worked it out.
Best regards,
Trowa
sivri526
Posts
1
Registration date
Tuesday July 30, 2013
Status
Member
Last seen
July 30, 2013
Jul 30, 2013 at 07:50 AM
Jul 30, 2013 at 07:50 AM
You select A1:A200 then new rule from validation data
=B1:B200=TRUE
Not: you dontrite appostrove "TRUE"
i exampled its solved
=B1:B200=TRUE
Not: you dontrite appostrove "TRUE"
i exampled its solved
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jul 29, 2013 at 10:55 AM
Jul 29, 2013 at 10:55 AM
Hi Mounta1n,
Try this:
=IF(COUNTA(B1:B200="TRUE")>0,TRUE,)
Best regards,
Trowa
Try this:
=IF(COUNTA(B1:B200="TRUE")>0,TRUE,)
Best regards,
Trowa