Separating Dates Using IF Function
Closed
ajohnson
-
Jan 6, 2017 at 12:41 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jan 6, 2017 at 01:00 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jan 6, 2017 at 01:00 PM
Related:
- Separating Dates Using IF Function
- Find function on mac - Guide
- Accessor function c++ - Guide
- Spreadsheet function - Guide
- Agp function - Guide
- Hard drive function - Guide
1 response
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jan 6, 2017 at 01:00 PM
Jan 6, 2017 at 01:00 PM
ajohnson, Good afternoon.
Excel have a lot of possibilities to do the same job always.
As you said that the older year is 2013, Try to do:
Supposing:
A1 --> DATE
B1 --> =IF(YEAR(A1)=2013,1, IF(YEAR(A1)=2014,2, IF(YEAR(A1)=2015,3, IF(YEAR(A1)=2016,4, IF(YEAR(A1)=2017,5,"")))))
OR
B1 --> =YEAR(A1)-2012
Remember to format B column as number.
Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Excel have a lot of possibilities to do the same job always.
As you said that the older year is 2013, Try to do:
Supposing:
A1 --> DATE
B1 --> =IF(YEAR(A1)=2013,1, IF(YEAR(A1)=2014,2, IF(YEAR(A1)=2015,3, IF(YEAR(A1)=2016,4, IF(YEAR(A1)=2017,5,"")))))
OR
B1 --> =YEAR(A1)-2012
Remember to format B column as number.
Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão