• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to get a message box with a message When Yes is entered in a Cell.

Liyu

New Member
Hi Guys,


Hope somebody can help..I am not sure if a conditional formatting can do this. It might require vba


I have a dropdown list in a cell with "Yes, NA and Pending" in it. When somebody select"Yes" there A message should pop up stating enter the date in the next cell


Please help


Thanks in advance
 
You could simply use a nearby Cell with a formula

=If(DropDownCell = "Yes", "Enter date in Next Cell", "")

and color the text Bold Red


This way you get a message when required and nothing the rest of the time
 
Back
Top