Highlight Row above an already highlighted row or...

Jeffrey Green

Well-known Member
Joined
Oct 24, 2007
Messages
1,021
i have 100,000 with about 15,000 lines that highlighted because there is a TRUE in and AND formula in the row.
I just filtered for TRUE< then highlighted in Yellow fill.

Now they want me to highlight the row immediately before the TRUE.

I can't seem to replicate my AND formula . .

thanks
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
What column is TRUE in?
Let's say it is column Z.
Then, select rows 2 down to the last row, and enter this Conditional Formatting formula:
=$Z1=TRUE
and select the yellow highlighting option.

If you want BOTH the row with TRUE and the row before it highlighted, the formula should be:
=OR($Z1=TRUE,$Z2=TRUE)
 
Upvote 0

Forum statistics

Threads
1,214,414
Messages
6,119,373
Members
448,888
Latest member
Arle8907

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