2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

生年月日から年齢を算出する数式

Last updated at Posted at 2016-08-16

数式オプション

数式の戻り値のデータ型:数値
小数点の位置:0

高度な数式

年齢(数値) = FLOOR(( Today() - Birthday__c - ( ( year(Today()) - year(Birthday__c) ) / 4 ) ) / 365 )

`

※ Birthday__c は日付型のカスタム項目(生年月日登録用)
`

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?