Question

AutoFilter excel columns with multiple Criteria.

  • 21 February 2023
  • 2 replies
  • 152 views

Badge +2

Hi,

I wanted to auto-filter the excel columns with multiple criteria since there is no auto filter in excel advanced package,

can someone help me to do the following activity

Best Regards,

Sridhar


2 replies

Userlevel 7
Badge +13

Hi @Sridhar 4582 ,

 

There is a Sort Table option in the Excel Advanced package in which sorting option available with respect to a particular Column. 

 

You can use the Database package along with the ORDERBY keyword with multiple column names separated with comma.

Badge +2

Thank you for the response  @Padmakumar 

Since I don’t have any tables in my excel, so I need Auto Filter which has to work without even having tables in excel.

 

I wrote VB scripting for that, unfortunately, that was not working.

Reply