Thread
:
Data Validation - 1st or 16th of the month only
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bernd P
external usenet poster
Posts: 806
Data Validation - 1st or 16th of the month only
(DAY(A1)=1)+(DAY(A1)=16)
or
OR(DAY(A1)=1),DAY(A1)=16)
Reply With Quote
Bernd P
View Public Profile
Find all posts by Bernd P