Hi Paul,
is the reason one would divide by 7 is because there is 7 days in a week?

Susan

On Thursday, December 6, 2012 7:58:00 AM UTC-8, Paul Schreiner wrote:
>
> WEEKS is easy.
> Keep in mind that Excel "dates" are simply numbers.
> The number of days since 1/1/1900.
>  
> You can use =TODAY() to get today's date:
> So today (12/6/2013) is: 41249
>  
> a future date, for say, 11/8/2014 is 41951
> The difference is: 41951 - 41249 = 702
> divide that by 7 to get the number of weeks: 100.285714285714
> Rouned off to even weeks is: 100
>  
> If you have the "future" date in Cell A1,
> you could use: =ROUND((A1-TODAY())/7,0)
>  
>
> *Paul*
>
> -----------------------------------------
> *“Do all the good you can,
> By all the means you can,
> In all the ways you can,
> In all the places you can,
> At all the times you can,
> To all the people you can,
> As long as ever you can.” - John Wesley
> *-----------------------------------------
>
>
>  ------------------------------
> *From:* t vinay <vinay...@gmail.com <javascript:>>
> *To:* excel-...@googlegroups.com <javascript:>
> *Sent:* Thu, December 6, 2012 10:19:25 AM
> *Subject:* $$Excel-Macros$$ Formula to Calculate Weeks
>
> Hi Team, 
>
> can you please help me with a formula to calculate the number of weeks 
> from today to a future date.
>
>
>
> -- 
> Regards,
>  
> Vinay. T
>
> -- 
> Join official Facebook page of this forum @ 
> https://www.facebook.com/discussexcel
>  
> FORUM RULES
>  
> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security 
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>  
> NOTE : Don't ever post confidential data in a workbook. Forum owners and 
> members are not responsible for any loss.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-...@googlegroups.com<javascript:>
> .
> To unsubscribe from this group, send email to 
> excel-macros...@googlegroups.com <javascript:>.
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>  
>  
>

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.


Reply via email to