I have a bunch of excel files that looks similiarly to something like this:
I have to filter the data by column 2 and 3 before writing it into a new excel, the condition of the filter is that if:
col.2 is 8 AND col.3 is =1,
OR col.2 is 9 AND col.3 >=2
then they belong to the same group and the rest of the data are filtered
The filter data table activity works well only if i have just a single excel, but i have multiple excel all with different number, how do i filter it so that the condition is still:
if col.2 = A and col.3=1 OR
col.2=A+1 and col.3>=2 ?
@Blesslin that only works if i have only 8/9 of the excel files, unfortunately i have multiple files to read that range from 1 to 12.
Is there a way to satisfy= both col.2=8/col.3=1 and col.2=9/Col.3>=2?
the loop gave me a problem where as if 1 of them exist then the execute the filter instead of check both condition
yes i did,for your info 8/1 & 9/>2 = the month of sept. so basically i need to read files of different month as sometimes data from previous/next months are mixed into it.
The Sequence1 xaml you provided can only scan the month of sept but i need it to be able to scan all other months as well