formula for counting only Friday between to dates

E

EricBB

i need a formula to count only Friday between to dates.

say,
A1=Starting Date
A2=End Date

A3 will be the no. of Friday between A1 & A2

Pls. help....
 
J

Jarek Kujawa

one way:

=SUM(IF(WEEKDAY(A1:A19,2)=3,1))

CTRL+SHIFT+ENTER it as it is an array-formula
 
J

Jarek Kujawa

oops, sorry

did not read the post carefully

one way:

=SUM(IF(WEEKDAY(A1:A19,2)=3,1))

CTRL+SHIFT+ENTER it as it is an array-formula






- Poka¿ cytowany tekst -
 
Top