nahaku
Board Regular
- Joined
- Mar 19, 2020
- Messages
- 106
- Office Version
- 365
- 2019
- Platform
- Windows
I have a file with attendance and I am using =UNIQUE(FILTER('Activity Tracker'!D2:D86,'Activity Tracker'!D2:D86<>""))
To get list of people from table. The table has only unique values but is divided by many empty cells or cells what has some another value. They are in same Column D.
When I use the function above and transfer it to Google Sheets it will give me this
=ARRAY_CONSTRAIN(ARRAYFORMULA(UNIQUE(_xlws.FILTER('Activity Tracker'!D2:D86,'Activity Tracker'!D2:D86<>""))), 43, 1)
is there some fix or other function how to make it work in Google Sheets? Thank you.
To get list of people from table. The table has only unique values but is divided by many empty cells or cells what has some another value. They are in same Column D.
When I use the function above and transfer it to Google Sheets it will give me this
=ARRAY_CONSTRAIN(ARRAYFORMULA(UNIQUE(_xlws.FILTER('Activity Tracker'!D2:D86,'Activity Tracker'!D2:D86<>""))), 43, 1)
is there some fix or other function how to make it work in Google Sheets? Thank you.