I have a table similar to this one
\begin{center}
\begin{tabular}{llcc|}
& & \multicolumn{2}{c}{Blah}\\ \cline{3-4}
& \multicolumn{1}{l|}{} & A & B\\ \cline{2-4}
Bleh1 & \multicolumn{1}{|l|}{C} & \begin{tabular}{l}E\\F\end{tabular}& \begin{tabular}{l}I\\J\end{tabular} \\ \cline{2-4}
Bleh2 & \multicolumn{1}{|l|}{D} & × & \begin{tabular}{l}G\\H\end{tabular}\\ \cline{2-4}
\end{tabular}
\end{center}
and I would like to add some circles or ellipses to highlight particular entries and add some text, outside the table. For example, I would like to add a red circle or ellipsis around E and F (having them inside the same circle) and draw a line, maybe also red, from the ellipsis to some text outside the table, say "Hello", linking this text to the entry in the table. Any ideas?
Thanks,