Skip to content
Custom Table Search Solutions
Share
Explore
Custom Table Search Solutions

icon picker
Per-User

Per-User Search String
0
*
SearchFor
User
No results from filter
Search Value =
[ ]
Per-User Table to Search
0
Name
Category
Notes
Full Text
1
Jocko Willink
Podcasts
Jocko offers great information and coaching advise about leadership.
jocko willink,podcasts,jocko offers great information and coaching advise about leadership.
2
Joe Rogan
Podcasts
Always entertaining and topics are all over the board.
joe rogan,podcasts,always entertaining and topics are all over the board.
3
Sean Carroll
Books
The Big Picture is a great book on how to think more productively.
sean carroll,books,the big picture is a great book on how to think more productively.
4
Max Tegmark
Books
Our Mathematical Universe walks through incredible discoveries about the universe, and how we came to make those discoveries.
max tegmark,books,our mathematical universe walks through incredible discoveries about the universe, and how we came to make those discoveries.
5
Universe
Show
A show on the History Channel with lots of appearances by leading scientists in all fields related to Astronomy.
universe,show,a show on the history channel with lots of appearances by leading scientists in all fields related to astronomy.
There are no rows in this table
Formula for [Search Value]: [Search String for Multiple Users].Filter(User=User()).SearchFor.First()
Formula for [Search String for Multiple Users] Filter: User=User()
Formula for [Table to Search for Multiple Users] Filter: [Full Text].RegexMatch(CurrentUserSearch.Lower())
Filter formula with an If() statement to show all values if search is empty:
If(CurrentUserSearch.IsBlank(),thisRow.IsNotBlank(),thisRow.[Full Text].RegexMatch(CurrentUserSearch.Lower()))
Formula for [Table to Search for Multiple Users].[Full Text]: Lower(Name+","+Category+","+Notes)

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.