Hi i have a formula that looks at days occupied in a month, how would I adjust this to just display the amount of workdays between 2 dates.

Key

F = Start Date

G = End Date

BB = Month and Year in Jun-2014 format

=IF($F4="","",MAX(0,MIN($G4,BB$3+31-DAY(BB$3+31))-MAX($F4,BB$3)+1))

Thanks in advance

JD