Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
My original date column was formatted 02/01/71. I created a new column and
created a custom date format; 020171. I would like to take this column and merge it together with the last 3 digits of a column where a ss# resides. This column is a text column. For example, the new column should look like 020171008. Can anyone help? |
#2
![]() |
|||
|
|||
![]()
I tried this based on your example and used the =Text
(originaldate,mmddyy) function and used a =Right(ss#,3) to create a new column for the last three of the ss#. Then Concatenated the two fields resulting in 02171999. Good Luck! -----Original Message----- My original date column was formatted 02/01/71. I created a new column and created a custom date format; 020171. I would like to take this column and merge it together with the last 3 digits of a column where a ss# resides. This column is a text column. For example, the new column should look like 020171008. Can anyone help? . |
#3
![]() |
|||
|
|||
![]() you may also do a =Concatenate(converted date,Right(ss#,3)) -----Original Message----- My original date column was formatted 02/01/71. I created a new column and created a custom date format; 020171. I would like to take this column and merge it together with the last 3 digits of a column where a ss# resides. This column is a text column. For example, the new column should look like 020171008. Can anyone help? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pasting data from a website changes text to date | Excel Discussion (Misc queries) | |||
How do I convert a number formated as a date to text in Excel? | Excel Discussion (Misc queries) | |||
concatenate text and date | Excel Discussion (Misc queries) | |||
EXTRACT TEXT FROM A DATE | Excel Worksheet Functions | |||
& reference answering as Date Serial # not actual text | Excel Worksheet Functions |