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] ) )
stefans124
4 years agoNew Member
Date =
ADDCOLUMNS (
CALENDARAUTO(),
"Year", YEAR([Date]),
"Month", FORMAT([Date], "mmmm"),
"Month Number", MONTH([Date])
)
(this is the code written)