I have a use case when I have an excel in downloads folder and I read it using condition that the file name starts with “Intra_Day_Pattern_”
Once done, I read sheet1 and edit it to remove the row that contains Total and save it in the variable ‘FiltSheet’
Now what I want to do it, check the last 3 rows in the column ‘E’ which has values (in my case it is E10 to E12)and if values in all these 3 cells are less than “-10” (which is valid in my case as per the attached excel sheet) then copy these three cell values and past it in the sheet1 of another excel workbook named ‘macros’
I have attached the flow until I have worked upon and also the excel sheet.
Could anyone suggest?
Main.xaml (13.2 KB)
Intra_Day_Pattern_1690371293486.xlsx (10.0 KB)