I have an excel file with two sheets, Sheet1 and Sheet2.
I need to copy data present in Sheet2 and write that into Sheet1, so that the following columns are pasted such that →
CurrentYr ->Year
TimeStamp → Modified
Duration → Period.
P.S. I don’t want to preserve the format in Sheet1, thus cant overwrite them as this is a template and I want to start writing from A2 ranges only.
Expecting output like this :
Uploading xaml and excel file that I tried. Need to know what I am doing incorrectly here. Main.xaml (14.0 KB) Test.xlsx (11.8 KB)
Hi @Yazan_Otaibi , I want to write below the column names Modified On, Year and Period. This method will overwrite the column names. Main purpose is to preserve the format from Sheet1.