I needed up using something similar to this:
https://www.extendoffice.com/documen...al-values.html
=TEXTJOIN(", ", TRUE, IF(COUNTIF(A2, "*"&$D$2:$D$7&"*"), $D$2:$D$7, ""))
The above is just a copy and paste from the site and not what I put in my spreadsheet. I'm putting it here in case I need reference it again.
I got the cell address, I just haven't put everything together. But I think I got what I needed. Thanks.