• 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 extract or highlight holly days

davinosky

New Member
Hi,


How can i extract or highlight the holydays (sundays) from a list of days of month?


Ejemp:

Columm B

July

1 (sunday)(extract or highlight)

2

3

4

5

6

7

8 (sunday)(extract or highlight)

9

...
 
Hi, davinosky!

Try using function DIASEM(date[;type]).

If type omitted or 1, then function for sundays retrieves a 1; then apply CF.

Regards!
 
Perfect!


I used CF with this funtion =IF(DIASEM(C10,11)=7,TRUE,FALSE).


Thank you so much for your help SirJB7 ;-)
 
Hi, davinosky!

Glad you solved it. Thanks for your feedback and for your kind words too. Welcome back whenever needed or wanted.

Regards!
 
Back
Top