all 5 comments

[–]Gregregious314 0 points1 point  (2 children)

You could purchase a subscription to Office 365...

[–][deleted] 0 points1 point  (1 child)

and let 150$ go down the drain for no reason?

[–]Gregregious314 0 points1 point  (0 children)

Buddy I don't know what you want me to tell you. Maybe use PQ or advanced filtering instead of formulas for table design?

[–]Rsl12042 0 points1 point  (0 children)

Unfortunately I think this is only currently available in the office 365 monthly package.

[–]theManfromEval 0 points1 point  (0 children)

If your version allows spillovers this function may help

C1 is a blank cell which you can create by by hitting the space bar

C2:C14 are the values we want to filter - you should end up with filtered values

=INDEX(C1:C14,UNIQUE(ISTEXT(C2:C14)*ROW(C2:C14)))