how do I insert a function to..

J

Jim

how do I insert a function to show the current WEEK ONLY
i.e. (1 thru 52)in a cell? NOT the year, NOT the Month,
NOT the Date.
 
J

Jason Morin

Use:

=WEEKNUM(NOW(),1)

If you receive a #NAME? error, you'll need to install the
Analysis ToolPak under Tools > Add-Ins.

HTH
Jason
Atlanta, GA
 
P

Peo Sjoblom

Also if you don't have Analysis ToolPak installed you can use this formula
from Daniel Maher

=1+INT(MIN(MOD(TODAY()-DATE(YEAR(TODAY())+{-1;0;1},1,5)+WEEKDAY(DATE(YEAR(TO
DAY())+{-1;0;1},1,3)),734))/7)
 

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.

Ask a Question

Top