• 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 Sunday from entering

abdulncr

Member
Hi Friends,


In the column A4:A500 i am entering different date with formate set DDDD-MMMM-YYYY, I wanted excel to restrict when we enter date which is falling on sunday.


Appreciated your help.


Regards

Abdul.
 
Hi Abdul,


Select cell A4


Select

Data Validation | Custom


And then put following formula:

=ISERROR(SEARCH("Sun",TEXT(A4,"ddd"),1))


If you are satisfied with results then copy cell A4 and then select all cells where you want this to happen and do


Paste Special | Validation
 
Back
Top