Hi Team,
I have a scenario in Power Automate Desktop, like
Step-1 Launch Excel,
Step-2 Filter Blank Records on Column C,
Step-3 Apply VLookup() formula on the column C for only on the filtered cells (Value of blank cells in column C are pulling from Other Excel Sheet of columns A in the same Excel workbook)
Step-4 Mark only those cells in Yellow Color
Sample formula I need to use in my scenario for filtered Blank cells - " =VLOOKUP(A414, 'StaticData' !A:C, 3, 0)"
Can someone help me how to achieve Step-3 and Step-4 will be a great help to implement in multiple steps.