Hi, I have a quick question on combining 2 columns into 1 row.
I have the following dataset:
Fiscal Year | Financial Period |
Aug-15 | |
Oct-15 | |
Aug-15 | |
Aug-15 | Nov-15 |
Nov-15 |
As the data is essentially the same in both columns, I want to combine them so that they are all in one column. Also I want the 'Financial Period' column to take priority in the event there is a duplicate in both.
Please not that the values are not unique as there could be multiple months/years.
Thanks,
Nicholas