So I have a table where I just can't get multirow to work and i don't know what I am doing wrong. It's a pretty long table so bear with me.
\begin{table}[H]
\caption{Utflöden}
\label{Utflöde}
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
\rowcolor{white} Ström & Ämne & Storlek $[kg/h]$ & Viktade värde \\\hline
\multirow{9}{0.1\linewidth}{12} & Vatten &6089,12 &5841,87 \\\cline{2-4}
& Syrgas & 0,09 & 0,086 \\\cline{2-4}
& Eten & 0,0048 & 0,0046 \\\cline{2-4}
& HCl & 425,34 & 408,07 \\\cline{2-4}
& EDC (Prod.) & 118,7 & 113,88\\\cline{2-4}
& Kloretan & 121,31 &116,38 \\\cline{2-4}
& $CO_2$ & 2,4 & 2,30 \\\cline{2-4}
& Trikloretan & 18,22 & 17,48 \\\cline{2-4}
& NaCl & 255,71 & 245,33 \\\hline
\multirow{7}{0.1\linewidth}{16} & Syrgas & 1,17 & 1,12 \\\cline{2-4}
& Eten & 3,21 & 3,08 \\\cline{2-4}
& HCl & 3,47 & 3,33 \\\cline{2-4}
& EDC (Prod.) & 10423,23 & 10000 \\\cline{2-4}
& Kloretan & 112,19 & 107,63 \\\cline{2-4}
& $CO_2$ & 52,17 & 50,05 \\\cline{2-4}
& Trikloretan & 485,2 & 565,50 \\\hline
\multirow{8}{0.1\linewidth}{17} & Vatten & 1,91 & 1,83 \\\cline{2-4}
& Syrgas & 371,17 & 356,10 \\\cline{2-4}
& Eten & 51,32 & 49,24 \\\cline{2-4}
& HCl & 20,53 & 19,70 \\\cline{2-4}
& EDC (Prod.) & 43,61 & 41,84 \\\cline{2-4}
& Kloretan & 20,29 & 19,47 \\\cline{2-4}
& $CO_2$ & 610,02 & 585,25 \\\cline{2-4}
& Trikloretan & 0,2 & 0,19 \\\cline{2-4}
\end{tabular}
\end{center}
\end{table}
I have \usepackage{multirow} and also \rowcolors{2}{color1}{color2} if that makes any difference where color1 and color2 are just some grey colors. I get the outcome looking like this with no hint of \multirow working at all.

\label– daleif Mar 05 '18 at 15:15mhchempackage, it helps when you want to typeset compound names so\ce{CO2}is typeset as CO₂ (with upright CO in contrast to your image) – daleif Mar 05 '18 at 15:16