shabbaranks
Registered User.
- Local time
- Today, 09:13
- Joined
- Oct 17, 2011
- Messages
- 300
Hi all..
Im trying to calculate a week number of a submitted report. Im guessing the way to go about this as I capture the date the user is referring to I can calculate which week number that date falls in? my question is how do I do it? I tried
where the task date is the location of the date but I get a prompt and then error.
Thanks
Im trying to calculate a week number of a submitted report. Im guessing the way to go about this as I capture the date the user is referring to I can calculate which week number that date falls in? my question is how do I do it? I tried
Code:
=Format([TimesheetTableTemp]![Task Date],"ww")
Thanks