If the dates are in column A, put this in B1 and copy down:
=(TODAY()-A1)/7
This should put the "number of weeks" next to each date in the
original list.
Column B can be formatted as a number with decimals if that's the way
you want to report fractions of a week. Otherwise, you could wrap
ROUND() or INT() or ROUNDUP() around the formula, depending on the
need.
Today is probably a better function to use for this purpose than Now:
=(today()-b2)/7
Regards,
Fred
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.