お気に入りSeamus Knox が「#Data Management」で質問2012年7月20日 9: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