Sounds like you need to calculate the integer number of 2week periods between today and some start date.
=INT((TODAY()-A1)/14)
where A1 holds the start date
The result (say 67 or 29 or 153 or) would be multiplied by the number of hours (8.308 or 11.0756) per period
Does that help?
Bookmarks