Format cell BG, Last value after active month

Evapar18

Board Regular
Joined
Aug 3, 2018
Messages
86
Office Version
  1. 2019
Platform
  1. Windows
I am trying to highlight (cell format) a series of cells per row after the active month (Column "U1") that has a value (numerical or text). The highlight color will vary upon the drop-down selection in (Column "E").

The caveat is that I need every month previous to the active month will be changed to a grey-white gradient background.

Here is a sheet Example to help you follow what I am talking about.

Thanks,
Scott
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Is it possible to do what I am trying to accomplish or is it a pipe dream?
 
Upvote 0
When I try to use the Conditional formatting formula, the whole row highlights instead of just the cell that is equal and greater than this month.

=AND($E$8="New",$Z$8=$U$2,INDEX(G8:R8,COUNTA(G8:R8)))

I was trying to have 2 conditions be true, then use index and count to find the last value in the row and highlight only that cell, but I need it to highlight all cells after this month. The past months I think I have those cells resolved.

1630704773898.png
 
Upvote 0

Forum statistics

Threads
1,215,634
Messages
6,125,934
Members
449,275
Latest member
jacob_mcbride

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