Well, this may or may not fit your needs, but consider creating a new
column next to your "text" column that uses the search formula:
=if(isnumber(search(",",[cell reference to the left])),1,0)
Now you'll have a 1 or 0 if there's a comma. Then do an autofilter on
the range and filter for 1. If you select the area, it will only
select the "visible" cells.
Ryan
> Hello,
>
[quoted text clipped - 15 lines]
> ianwitt's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36697
> View this thread: http://www.excelforum.com/showthread.php?threadid=564300