Hi, I want to create a folder based on a particular column having unique values.
I have an Excel File having column names Entity, Code, Year, Number, Admin, Draft No, Date. I want to create folder from the column Year which has 2022 as its values. Let me show the order,
[Year]\[Code]\[Number]\[Draft No]
2022 \ ABC \ N1 \ Draft1
2022 \ DEF \ N1 \ Draft1
.....

Similarly, we need to create folders and subfolders.
Kindly assist me in achieving this.
Thanks in advance