Hi,
The data I'm trying to join has week number such as 201501, 201502, and so on. My other data source has separate year and week columns so I create a formula (ToNumber(ToString([Year],0) + ToString([Week],0))) to make it the same format as the other data source.
And here's my question:
Data Source 1 week number format:
201501, 201502~201509
Data Source 2 week number format (The one I combined year and week columns)
20151, 20152~20159
Is there any ways to make 1 digit week number to 2 digits week number so I can join them togehter?
Thanks,
Claire