Forum Discussion
stefans124
4 years agoNew Member
CONTATENATEX Formula
Hello, im having difficulties understanding the CONTATENATEX formula. I am a complete beginner in this code writing world but i need the formula to conjoin two columns into one for my studies project...
- 4 years ago
Date = ADDCOLUMNS ( CALENDARAUTO (), "Year", YEAR ( [Date] ), "Month", FORMAT ( [Date], "mmmm" ), "Month Number", MONTH ( [Date] ), " Year Month Number", YEAR ( [Date] ) * 100 + MONTH ( [Date] ) )
tamerj1
Community Champion
4 years agoDate =
ADDCOLUMNS (
CALENDARAUTO (),
"Year", YEAR ( [Date] ),
"Month", FORMAT ( [Date], "mmmm" ),
"Month Number", MONTH ( [Date] ),
" Year Month Number",
YEAR ( [Date] ) * 100
+ MONTH ( [Date] )
)stefans124
4 years agoNew Member
Hey, thank you very much Tamer, really saved my day! Kudos to You!