Conditional formatting custom

sangeeta25

Board Regular
Joined
Jun 15, 2015
Messages
59
Hi all,

I have column G which has a drop down list and has the following options: "June 2015" or "Septermber 2015" or "December 2015" what i would like is to create a conditional formatting custom rule so that whenever a use selectes THE MOST RECENT date option from the drop down, then this will turn yellow, so, in this case whenever someone selects "December 2015" then the cell will turn yellow, so when someone adds for instance "Febuary 2016" to the drop down list then when this date is selected, as it will now be the most recent or most latest date, then this will go yellow.

Can anyone assist in obtaining a custom rule/formula for this?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
somewhere you have a column that is your drop down list and let us say it is in A1:A3

in B1 =if (A1=max(A1:A3),"max","")

say you drop down selection is cell D1

the cond format formula in D1 is =vlookup(D1,mytable,2)="max"

mytable is defined as A1:B3
 
Upvote 0
not sure what you are asking - I have given you a formula to apply to your drop down cell..........
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,662
Members
449,462
Latest member
Chislobog

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