ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   copying part of a number string (https://www.excelbanter.com/excel-discussion-misc-queries/71151-copying-part-number-string.html)

Bill R

copying part of a number string
 
I'm trying to manipulate a large number of dates for sorting. I only need
the year, but the data base has MMDDYYYY in it. I want to end up with YYYY
only for a new sort.


Chip Pearson

copying part of a number string
 
If the dates are actual Excel dates, just formatted as MMDDYYYY,
use the YEAR function to get the year. E.g,

=YEAR(A1)

If the dates are not actual Excel dates, use the RIGHT function
to get the last for characters. E.g.,

=RIGHT(A1,4)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Bill R" <Bill wrote in message
...
I'm trying to manipulate a large number of dates for sorting.
I only need
the year, but the data base has MMDDYYYY in it. I want to end
up with YYYY
only for a new sort.





All times are GMT +1. The time now is 06:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com