A abdulncr Member Feb 10, 2013 #1 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 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.
shrivallabha Excel Ninja Feb 10, 2013 #2 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
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