Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サンプルデータ
column1 01-JAN-10 01-jan-90
たくさんのデータがあるように
みたいに出したい
column2 31-dec-25 31-dec-15
このために式を教えてください。のように試し=Year(A1)+15ましたが、適切な出力が得られません
=Year(A1)+15
=DATE(YEAR(A1)+15)
日付機能を使用する必要があります。より多くの情報とより多くの例
http://office.microsoft.com/en-us/excel-help/add-dates-HP003056112.aspx#BMadd_a_number_of_years_to_a_date
これは、Excel と LibreOffice Calc で機能します。