Conditional Formatting

gdrowell

New Member
Joined
Dec 13, 2017
Messages
40
I have a worksheet that looks for a date and name match and creates a list from the table.

{=IFERROR(INDEX('Driver Vacations'!$F:$F,SMALL(IF('Driver Vacations'!$K$3:$R$307=January!E$4,ROW('Driver Vacations'!$K$3:$R$307)),ROWS(January!E$5:E16))),"")} where $K$3:$R$307 is the table range.

I want to conditional format any match that occurs in $Q$3:$R$307 without disrupting the original formula above

Any help with be greatly appreciated. Thank you in advance
 
In that case, you need the first formula in my previous reply
Try applying one of these as a conditional format rule to the range $I$3:$P$9 The bold 3 refers to the week number.

=INDEX($C$3:$E$9,MATCH(I3,$A$3:$A$9,0),3)=I$2
As I said, the second suggestion was probably me overthinking it. :oops:
 
Upvote 0

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
This worked Perfectly. Thank you very much. I learned something for sure. Happy New Year to you and yours.
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,435
Members
448,898
Latest member
dukenia71

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