View Single Post
 
Old 10-15-2024, 08:34 AM
ImAhNoBoDy ImAhNoBoDy is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jan 2012
Posts: 17
ImAhNoBoDy is on a distinguished road
Default

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.
Reply With Quote