Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2007

Tip: Looking for answers? Try searching our database.

count weeks

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Croco - 30 Apr 2007 12:18 GMT
hello

how can we count how many weeks we have between a specific date in a cell
(A1 for example) and today?
Signature

Croco

Mike H - 30 Apr 2007 12:30 GMT
With today in b1 try this:-

=ABS((B1-A1)/7)

The cell this is in must be formatted as 'Number'

Mike

> hello
>
> how can we count how many weeks we have between a specific date in a cell
> (A1 for example) and today?
Mike H - 30 Apr 2007 12:46 GMT
Croco,

I didn't like the decimal weeks the previous formula gives so try this
instead:-

=INT(ABS((B1-A1)/7))&" Weeks "&MOD(ABS(A1-B1),7)& " Days"

> hello
>
> how can we count how many weeks we have between a specific date in a cell
> (A1 for example) and today?
Bob Phillips - 30 Apr 2007 16:59 GMT
=weeknum(TODAY())-weeknum(A1)

you may want to adjust by 1 and compensate for day of the week.

Signature

HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

> hello
>
> how can we count how many weeks we have between a specific date in a cell
> (A1 for example) and today?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.