I have the following code:
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{table}[htbp]
\centering
\begin{tabular}{lcccl}
\textbf{Irland} & - & - & x & $ FE_{UN}(t) - FE_{UN}(t=2003)$ \\ \hline
\textbf{Portugal} & x & x & x & \multirow{2}{*}{$ FE_{UN}(t) - \displaystyle{ \frac{1}{2}\cdot\sum_{u=t-2}^{t-1} FE_{UN}(u)}$} \\
\textbf{Spanien} & x & x & x & \\ \hline
\end{tabular}
\end{table}
\end{document}
which simply doesn't look good.

How can I fix this?!

