ExcelNewbie2020
Active Member
- Joined
- Dec 3, 2020
- Messages
- 343
- Office Version
- 365
- Platform
- Windows
Sirs/Ma'ams,
My formula is working good with conditional formatting if the statement is true. It highlight the cell as normal.
Now, i would like to highlight the previous cells (instead of current) if the statement is true. See below
This is the formula that I use..
=IF(COUNTIFS(Sheet1!$B$9:$B$500,$B6,Sheet1!$K$9:$K$500,G$5,Sheet1!$L$9:$L$500,"Active"),TRUE,"")
I hope I explain it well..
Many Thanks,
My formula is working good with conditional formatting if the statement is true. It highlight the cell as normal.
Now, i would like to highlight the previous cells (instead of current) if the statement is true. See below
This is the formula that I use..
=IF(COUNTIFS(Sheet1!$B$9:$B$500,$B6,Sheet1!$K$9:$K$500,G$5,Sheet1!$L$9:$L$500,"Active"),TRUE,"")
I hope I explain it well..
Many Thanks,