\documentclass[preview,border=5pt]{standalone}
\usepackage{booktabs}
\usepackage{rotating}
\newcommand\tabrotate[1]{\begin{turn}{90}\rlap{#1}\end{turn}}
\usepackage{varwidth}
\newcommand\tabvarwidth[2][3cm]{\begin{varwidth}[b]{#1}\centering #2\end{varwidth}}
\begin{document}
\begin{tabular}{*{13}{l}}
\toprule\addlinespace[1em]
&&&
\multicolumn{1}{c}{\textbf{Task}}&
\multicolumn{2}{c}{\tabvarwidth{\bfseries Utilisa-\\tions}}&
\multicolumn{2}{c}{\tabvarwidth{\bfseries Surface\\ roughness}}&
\multicolumn{2}{c}{\tabvarwidth{\bfseries Section\\ factors}}&
\multicolumn{2}{c}{\tabvarwidth{\bfseries Safety\\ factors}}
&\\
\cmidrule(rl){4-4}\cmidrule(rl){5-6}\cmidrule(rl){7-8}\cmidrule(rl){9-10}\cmidrule(rl){11-12}
\tabrotate{\bfseries Spot}&
\tabrotate{\bfseries Element}&
\tabrotate{\bfseries Node}&
abk & ask & RZ & npl,x & npl,y & npl,t & jd & jges & jm & jp \\
\midrule
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
11 & 22 & 33 & 44 & 2& 55 & 66 & 77 & 88 & 99 & 100 & 200 & 200\\
\bottomrule
\end{tabular}
\end{document}
@Jeff Ein Tipp: wenn Du es den Antwortenden leichter machst, indem Du eine kurze Beispieltabelle in einem minimalen übersetzbaren Dokument angibst, ist es so gut wie sicher, dass Du eine getestete funktionierende Lösung kriegst, die auch zur Beispieltabelle passt. Dann wäre es nicht so theoretisch. Es sei denn, Dir genügt eine theoretische Antwort wie "es ginge vmtl. mit rotatebox". ;-)