• 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.

Restrict cell input until another cell is populated

I would like cell B32 to only be active once I48 has been populated with a date.

Once I48 is populated I only want to input a date greater than or equal to what was in I48.
 
Please goto Data Validation > Custom > uncheck Ignore Blank and paste this formula in the same provided

=AND(ISBLANK(I48)=FALSE,B32>=I48,I48>0)

Hopefully it works.
 
  • Like
Reactions: GFC
Back
Top