Forum Discussion
joshcomputer1
8 years agoHelper V
formatting week number in data table
I have a date table and am trying to get the week number to output two digits every time. I currently have the formula below, but the output will just have one digit if the week number is a single di...
- 8 years ago
Hi joshcomputer1,
Try this ?
"WeekNum",FORMAT(WEEKNUM([date],2),"00")& "/" & FORMAT ( [Date], "YYYY" ),
Regards,
Cristina
CristinaLia
8 years agoFrequent Visitor
Hi joshcomputer1,
Try this ?
"WeekNum",FORMAT(WEEKNUM([date],2),"00")& "/" & FORMAT ( [Date], "YYYY" ),
Regards,
Cristina