M murugaraj New Member Sep 16, 2010 #1 Hi, I would like to find the number of Sundays in between two dates. Is there a way? Thanks in advance for your help. Murugaraj
Hi, I would like to find the number of Sundays in between two dates. Is there a way? Thanks in advance for your help. Murugaraj
Hui Excel Ninja Staff member Sep 16, 2010 #2 Try This =INT(((A2-((WEEKDAY(A2)<>1)*WEEKDAY(A2)))-A1)/7)+1 A1: Start date A2: End date