How to apply Excel Duplicate Values Conditional Formatting using Modern Excel Activities in UiPath Studio 26.0.186?

Hi Team,

I am using UiPath Studio 26.0.186.

I need to apply Excel Conditional Formatting → Highlight Cells Rules → Duplicate Values on:

  1. Column AQ (Custom Data 12)
  2. Column BY (Medical Invoice Number)

I want to do this using Modern Excel Activities only.

I do not want to use VBA or UI Automation.

Could anyone please guide me with the activity or workflow?

Thanks.

Hi @swethareddy,

Welcome to the community.

Check this:

Thanks!

@swethareddy

Welcome to the community

if you need conditional formatting then there is no activity as such …best was instead of vba is to creeate a template upfront with already the conditional formatting added and thena dd the data it would auto work

if not you need to go with computing and checking each line in UiPath using for loop then use set range color to change the color of each cell based on waht you need

cheers

Thank Anil for your response