Hi KAR FUNG,
Welcome to Microsoft Q&A Forum.
Thank you for sharing the details and the file. After reviewing your workbook, the issue occurs because the current conditional formatting rule uses a complex formula with and . When the SPT (N) value becomes 0 at row 47, this formula evaluates as TRUE for all subsequent rows, causing them to turn orange.VLOOKUPOFFSET
Please follow these steps:
- Open Conditional Formatting Manager:
- Go to Home > Conditional Formatting > Manage Rules.
- Select This Worksheet to view all rules on the Default sheet.
- Go to Home > Conditional Formatting > Manage Rules.
- Remove or Disable the Old Rule:
- Find the rule applied to $B$21:$O$74 with a formula like: Ini
IF(OR($E$ - Select it and click Delete Rule (or uncheck to disable).
- Find the rule applied to $B$21:$O$74 with a formula like: Ini
- Create a New Rule for Column G (SPT):
- Select the range you want to format ($B$21:$O$74).
- Click New Rule > Use a formula to determine which cells to format.
- Enter this formula:
=``$G21``>50(Lock the column with $, and use the first row number of your selected range.) - Click Format > Fill, choose orange (or use the previous color code FFFFC000).
- Click OK to save.
After these steps, only rows where SPT (N) > 50 will turn orange, and changing one row will not affect others.
I hope this information helps point you in the right direction. If you run into any issues while trying the steps, or if something still doesn’t feel quite right, please don’t hesitate to reach out again. I’ll do my best to support you however I can.
Looking forward to hearing back from you with any updates or additional details.
Warm regards,
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.