I got this formula from another member of this forum, it takes the year and start month (year in cell AL4, month in W4) and posts the first wensday of the month and year specified in AL4 and W4.

PHP Code: 
=DATE(AL4,LOOKUP(W4,{"April",4;"August",8;"December",12;"February",2;"January",1;"July",7;"June",6;"March",3;"May",5;"November",11;"October",10;"September",9})+0,1)-DAY(1)+8-WEEKDAY(DATE(AL4,LOOKUP(W4,{"April",4;"August",8;"December",12;"February",2;"January",1;"July",7;"June",6;"March",3;"May",5;"November",11;"October",10;"September",9})+0,1)-DAY(1)-3
Can someone modify this formula to output the first Friday of the month and year specified?