This should be SO easy! When I try to do a filter for only certain sheet names, it does NOT Work!
I tried to do the basic and the custom and stil doesnt work.
I do not need these 3 sheets -how do I write this out?
Account_details, contact, upload_type
out of the 5 sheets I do have.
thanks
Solved! Go to Solution.
Hi @Hi2023
You can leverage the following filter expression.
!([Sheet Name] = "A" OR [Sheet Name] = "B") - replace A and B with your sheet names.
Hope this helps, if it does please like this post and if it helps resolve your problem, mark it as a solution. If you have any other questions, please let us know.