Hello
I am comparing previous quarter data to current quarter data and I have a column called [Current Quarter Year]".
In some cases the cells are empty as there are no entries for current quarter anymore.
however I want to show comparison by creating a workbook name: + [Previous Quarter Year] + " to " +[Current Quarter Year] + " Movements.xlsx" + "|||Mov
Due to the missing quarter I am getting two files as output
2021 Q4 to 2022 Q1 Movements
2021 Q4 to Movements
How can I replace the empty [Current Quarter Year] record lines with the related current quarter entry to receive just one output?
Input Output
2022 Q1 2022 Q1
[NULL] 2022 Q1
Any idea? Thank you in advance.