excelbytes
Active Member
- Joined
- Dec 11, 2014
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
I found on this forum the answer to the issue of how to generate a unique list from a filtered list. It was from a few years ago, so I couldn't ask a follow up question. The formula works perfectly, as follows:
=UNIQUE(FILTER(Customers[Company],SUBTOTAL(3,OFFSET(Customers[[#Headers],[Company]],ROW(Customers[Company])-ROW(Customers[[#Headers],[Company]]),0))))
It doesn't seem to matter if I use 3 or 103 in the SUBTOTAL function. Can someone explain to me how the SUBTOTAL function is only identifying the unhidden rows?
Thanks in advance,
=UNIQUE(FILTER(Customers[Company],SUBTOTAL(3,OFFSET(Customers[[#Headers],[Company]],ROW(Customers[Company])-ROW(Customers[[#Headers],[Company]]),0))))
It doesn't seem to matter if I use 3 or 103 in the SUBTOTAL function. Can someone explain to me how the SUBTOTAL function is only identifying the unhidden rows?
Thanks in advance,