Jonnathanjons
Member
Hello experts .
What I have : I have created a small project which I wanted to filter the data based on another sheet "Filterlist" as you see below. While running the script a new sheet name "Filtelist" is created and ask the user to enter the list of items in column A which will be filtered in the main sheet. Only 1 column to filter. The column to filter in the Main Sheet is based on user's selection in the header before executing the script. I have created this so far .It may not be very robust but running okay
What is required from you: I would like to have a column name in the sheetname "Filterlist" column "B" which should look up in the Mainsheet and tell me if any value in list does not exist . basically a vlook up with mainsheet and say this value that I provided does not exist in the column where user selected to filter in the Main Sheet. I also found that when I run my script many blank rows are included. Kindly help to ignore the blank cells in the column selected. attaching a worksheet as well as the script I have creatd so far
Result should look like this
What I have : I have created a small project which I wanted to filter the data based on another sheet "Filterlist" as you see below. While running the script a new sheet name "Filtelist" is created and ask the user to enter the list of items in column A which will be filtered in the main sheet. Only 1 column to filter. The column to filter in the Main Sheet is based on user's selection in the header before executing the script. I have created this so far .It may not be very robust but running okay
What is required from you: I would like to have a column name in the sheetname "Filterlist" column "B" which should look up in the Mainsheet and tell me if any value in list does not exist . basically a vlook up with mainsheet and say this value that I provided does not exist in the column where user selected to filter in the Main Sheet. I also found that when I run my script many blank rows are included. Kindly help to ignore the blank cells in the column selected. attaching a worksheet as well as the script I have creatd so far
Result should look like this
Attachments
Last edited: