Conditional formatting highlight

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I don't know how much more able I will be able to help without seeing your workbook.
As I mentioned before, I cannot download files from my current location, but I can from my home.
So, if you are able to upload a file to a file sharing site and provide the link, I can download it and take a look at it later in the day when I am at home.
 
Upvote 0
I don't know how much more able I will be able to help without seeing your workbook.
As I mentioned before, I cannot download files from my current location, but I can from my home.
So, if you are able to upload a file to a file sharing site and provide the link, I can download it and take a look at it later in the day when I am at home.

Hi Joe4

Below are the share link to the folder

https://drive.google.com/open?id=1GONwJfx01v_XZeHrg3burkBavuF3ffIJ

Thank you
 
Upvote 0
You have a few issues, including referencing the wrong column in your COUNTIF formula, not locking down the correct ranges, and using WILDCARDS in your criteria.
Remove ALL your current Conditional Formatting in your example, then do the following:
- Select the range B3:H4
- Go to Conditional Formatting and enter this formula:
Code:
=COUNTIF(INDIRECT("'[CFormating.xlsx]"&$A3&"'!$B$4:$B$10"),B$2)
- Choose your formatting color

This will only highlight the 4 cells that you have the check marks in.
 
Upvote 0
You have a few issues, including referencing the wrong column in your COUNTIF formula, not locking down the correct ranges, and using WILDCARDS in your criteria.
Remove ALL your current Conditional Formatting in your example, then do the following:
- Select the range B3:H4
- Go to Conditional Formatting and enter this formula:
Code:
=COUNTIF(INDIRECT("'[CFormating.xlsx]"&$A3&"'!$B$4:$B$10"),B$2)
- Choose your formatting color

This will only highlight the 4 cells that you have the check marks in.


Hi Joe4

Thank you for your help. The problem is solved :)
 
Upvote 0
You are welcome.
Glad we were able to get it all sorted out.
 
Upvote 0

Forum statistics

Threads
1,214,383
Messages
6,119,198
Members
448,874
Latest member
Lancelots

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