IN(
[E-mail Address],
LIST(
SELECT(Linked Emails[Linked Email], USEREMAIL() = [Login User Email])
)
)
It only returns results for the first row it finds in the select statement and ignores any additional rows from the select results. Any thoughts on how I could make it work?
Thanks
Solved! Go to Solution.
I realized after a good night sleep that it actually doesnโt return all email. It didnโt include the USEREMAIL() so I added it as a row and that fixed it. Thanks!
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
3 |