Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your DOB column contains *real* Excel dates (and not just text that
looks like a date)... =C2&LEFT(D2)&LEFT(E2)&TEXT(F2,"mm/dd") And this formula will be copied down through blank rows... =C2&LEFT(D2)&LEFT(E2)&IF(F2="","",TEXT(F2,"mm/dd")) -- Rick (MVP - Excel) "Michael Styles" wrote in message ... Here is my Data: A B C D E F GRADE Teacher LN FN MN DOB KK Cain FlintstoneFred Bam-Bam02/22/04 I need to concatenate LN, 1st letter of FN, 1st letter of MN, and 1st 4 digits of DOB in MM/DD format. Can anyone help? All the nesting is not working well in my brain so early this morning. Thanks in Advance. Michael S. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function writing help | Excel Worksheet Functions | |||
WRITING A WHAT IF FUNCTION | Excel Worksheet Functions | |||
Why doesn't writing a nested IF function work? | Excel Discussion (Misc queries) | |||
Help Writing Function | Excel Worksheet Functions | |||
Concatenate cells without specifying/writing cell address individually | Excel Discussion (Misc queries) |