Month value of the finish date

B

Brian Lukanic

In Project Center, I want the ability to group by "finish month" A project
with a finish date of "11/23/2009" would appear as "2009-11" or "November
2009," for instance.

I am assuming I need to create a project-level field that uses a formula
against Finish date. Can anybody help me with the syntax of that?
 
J

Jonathan Sofer [MVP]

You can use a project custom TEXT field and the formula would be:

=Year([Project Finish]) & "-" & Month([Project Finish])

Jonathan Sofer
 
B

Ben Howard

Neat.... Thanks Jonathan :)
--
Thanks, Ben.

Please rate this post if it helped.
http://appleparkltd.spaces.live.com/



Jonathan Sofer said:
You can use a project custom TEXT field and the formula would be:

=Year([Project Finish]) & "-" & Month([Project Finish])

Jonathan Sofer

Brian Lukanic said:
In Project Center, I want the ability to group by "finish month" A project
with a finish date of "11/23/2009" would appear as "2009-11" or "November
2009," for instance.

I am assuming I need to create a project-level field that uses a formula
against Finish date. Can anybody help me with the syntax of that?
 

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