Using the IN() with LIST() and SELECT()

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 Solved
0 4 1,256
1 ACCEPTED 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!

View solution in original post

4 REPLIES 4
Top Labels in this Space