Excel condition Logic

Hi
Working on 2 excel mapping
excel1 below


excel2 below

Bot has pick colQ, colT,colw of excel1 and so on till AE whether it contains any value from excel2
if value is present
then pick the values from the column and check the rating

for example
excel1

  1. colQ colT colw
    A A+ AA-
    then output would be A by comparing the numerical value in excel2 and picking the least

  2. colQ colT colw
    A AA-
    then output would be A- which is the least rating in excel2

  3. colQ colT colw
    A
    then output would be A

and excel formula or funtion would be helpful because there are around 8000 rows and it consumes time if for loop is used

Thanks and Regards,
Supriya

1 Like

Hello @supu123!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hey @supu123

You can use linq querying for the same.

Where filter should help.

Thanks
#nK

What could be the query

Regards,
Supriya

1 Like

I’m sorry, I was unable to clearly understand your requirement.

If you don’t mind, please explain once clearly.

Will surely help you on the query.

Thanks
#nK