Hi Team,
I want update status based on “Yes” and "No in excel row values , please anyone help me from out this.
I have attached image for yours ref
Regards,
Raja G
Hi Team,
I want update status based on “Yes” and "No in excel row values , please anyone help me from out this.
I have attached image for yours ref
Regards,
Raja G
Hi @Raja.G
You can try looping through all the row items in the column and give your condition in if activity
Can you elaborate your condition?
Regards
Sudharsan
can you elaborate more on the rules / requirements when col A,B,C,D,F will trigger a particular status?
its based on particular row values like “Yes” and “No” in each column, i need to update status
there is no clear pattern, which indicates the status
Please tell me any possible way to fix this problem
once you have specified which col / cols combination will get computed to a particular status we can help to implement it.
you was asked for this already
I want find particular column values(column C to H) to one excel to another excel
Regards,
Raja G
As I understood, you want to compare the two excel files and update the Status in the second one based on that, right?
I want particular columns values in excel1, if same columns present in excel2 i want to put status in excel 1
whatever present in column values(C to H) in excel1 same column value in another excel2 present, i need update status “matched” otherwise put “Not matched”
Matching 5 column values one excel to another excel
Regards,
Raja G
Okay, first make sure to add Status column using Add Data Column:
Then, you can use this for each to update the Status column:
Let me know if this is the logic that you are looking for.
Best,
Charbel
Cross Link:
Thanks for solution , i have one small changes need that task.
Sorry to raise again in same task
In Excel2 with status present, Excel1 without status , matching and not matching status not require ,what i need once matching column present in excel2 to excel1 ,i have to pass same status of excel2 to excel1.
Matching column i have different status so only i raised again
Suppose not matched column present, directly i need to put status “No Result” in excel1
Regards,
Raja G
Just updated the previous post with the new workflow.
I checked , that is old one only, please check and send me again
That is not updated only, please check
In image conditions also some part hided in last post
Regards,
Raja G
Check this one:
Forum_ExcelStatus.xaml (8.3 KB)
Hii
Hey chek this file below. Here i have created process for this problem , please let me know if you face any problem with this while executing.
Main.xaml (11.3 KB)
FILE_1.xlsx (8.6 KB)
File_2.xlsx (8.0 KB)
Thank you so much @adarsh_kotagiri , i got a solution