Ramadan2512
Board Regular
- Joined
- Sep 7, 2024
- Messages
- 68
- Office Version
- 2021
- Platform
- Windows
I'm working on two worksheets ("District1" & "Stop work"") they are in the same workbook but one of them ("stop work") sheet is updating its data from another workbook as you can see in the screenshot
my problen is when I put a formula to compare data between the two sheets("District1" & "Stop work""), the formula doesn't work. I think it's because it can't read the value in the cells of the second sheet ("stop work") becasue of the formula inside the cells to collect information from another workbook as you can see in the image
and this is my formula that i use in conditional formatting
=AND('Stop Work'!$K8="",COUNTIF('Stop Work'!$D8:$D351,C9))
Please let me know how to fix that
my problen is when I put a formula to compare data between the two sheets("District1" & "Stop work""), the formula doesn't work. I think it's because it can't read the value in the cells of the second sheet ("stop work") becasue of the formula inside the cells to collect information from another workbook as you can see in the image
and this is my formula that i use in conditional formatting
=AND('Stop Work'!$K8="",COUNTIF('Stop Work'!$D8:$D351,C9))
Please let me know how to fix that
Last edited: