My sheet has a “Day” column and rows containing in that column “Monday am”, “Tuesday pm” etc.
I want to be able to filter the view to show just rows having Day start with a given day e.g. “Monday”. Standard filter can do this. But only for one day.
Is there any way to do this for all days, letting me pick day on few taps/clicks? Multiple stored standard filters settings sets would work, but the program doesn’t have that.
Thanks.
PS My current workaround is a separate column extracting the first word (=IFERROR(LEFT(B4, FIND(" ", B4)-1), B4)) then use the regular Autofilter, albeit then to requires switch to a new day, I must to untick the old day as well as tick the new day.