Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to get cell A5 to read AL, Oct05- Feb06, but it currently reads
AL, 38777 38777. The formula i am using is =IF(B6="","",IF(E6=0,CONCATENATE(B6,", ",C6),CONCATENATE(B6,", ",DATE(YEAR(E6),MONTH(E6),1)," ",E6))) Any suggestions????? |
#2
![]() |
|||
|
|||
![]()
Assuming your dates are in cell B1 and C1 use this formula"
="AL,"&TEXT(B2,"mmm-yy")&" "&TEXT(C2,"mmm-yy") Modify to fit your cell locations. Gary "22140" wrote: I am trying to get cell A5 to read AL, Oct05- Feb06, but it currently reads AL, 38777 38777. The formula i am using is =IF(B6="","",IF(E6=0,CONCATENATE(B6,", ",C6),CONCATENATE(B6,", ",DATE(YEAR(E6),MONTH(E6),1)," ",E6))) Any suggestions????? |
#3
![]() |
|||
|
|||
![]()
=if(b6="",",if(e6=0,concatenate(text(b6,MMMDD"),", ",text(c6,"MMMDD").....
Maybe that MMMDD should be MMMYY. And you may want to use the & operator instead of =concatenate(). =if(b6="",",if(e6=0,text(b6,MMMDD")&", "&text(c6,"MMMDD")..... 22140 wrote: I am trying to get cell A5 to read AL, Oct05- Feb06, but it currently reads AL, 38777 38777. The formula i am using is =IF(B6="","",IF(E6=0,CONCATENATE(B6,", ",C6),CONCATENATE(B6,", ",DATE(YEAR(E6),MONTH(E6),1)," ",E6))) Any suggestions????? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to CONCATENATE two dates field together | Excel Worksheet Functions | |||
2 digit year in dates return 19xx not 20xx | Excel Discussion (Misc queries) | |||
concatenate with dates | Excel Discussion (Misc queries) | |||
concatenate dates? | Excel Discussion (Misc queries) | |||
Formating Dates for production schedule | Excel Discussion (Misc queries) |