收藏Seamus Knox 提问于 #Data Management2012年7月20日 09:24What formula can I use to make a date field a week number of the year?I would like to give an invoice due date a week number for cashflow analysis. Please help! Thanks4 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Robin Mead (RSC)2012年7月20日 13:11MOD(FLOOR( (DATEVALUE(CreatedDate) - DATEVALUE("2006-01-01" ))/7),52)+1 Just change CreatedDate to the correct field you want to calculate from. this isnt my fomula i found it here添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Robin Mead (RSC)2012年7月20日 13:11MOD(FLOOR( (DATEVALUE(CreatedDate) - DATEVALUE("2006-01-01" ))/7),52)+1 Just change CreatedDate to the correct field you want to calculate from. this isnt my fomula i found it here