Double Filter

Hi Team,

I need to filter two filters in my excel however after the first filter the second one remove the first and apply the second only

@omar_ismail

Can you please provide what was your requirement

To use 2 filters

I need to filter in first column with Better offer and the second one with other however the BOT filter with the better offer in the fisrt column and remove the filter and filter in second column with other

hi @omar_ismail

Take a look here:

@omar_ismail

Try giving like this

Excel.Sheet("SheetName").Range(Excel.Sheet("SheetName").FullRangeName)

Hope this helps

Cheers