Die vertikalen Striche sind auch ungünstig laut Setzregeln, jedoch der Übersichtlichkeit wegen nötig, kann man diese auch als Strich ohne Unterbrechung durchziehen lassen?
Vielen Dank euch schon!
\documentclass[a4paper,headsepline,12pt,twoside,openright,captions=tableheading]{scrreprt} \usepackage{tabularx} \usepackage{array,booktabs,tabu} \usepackage{siunitx,mathtools} \usepackage{dcolumn} \newcommand\tbm[1]{\boldmath$#1$} \begin{document} \begin{table}[htbp] \caption{Überschrift} \renewcommand{\arraystretch}{1,3} \label{tab:überschrift} \newcolumntype{Y}{X[c]{S[separate-uncertainty,table-format=3(2)]}} \begin{tabu} to \linewidth {p{0.2\textwidth}|YY|YY|YY} \toprule \textbf{text}&CD& 1\,$\mu$M CC &CD&10\,$\mu$M CC&CD&30\,$\mu$M CD\\ &text&text&text&text&text&text\\ \midrule Text&93(4) &92(5) &89(5) &70(3)& 89(6)& 66(3)\\ Text&77(7) &79(2) &63(2) &49(4)& 62(9)& 40(3)\\ \midrule \textbf{n}&15&5&15&5&15&5 \\ \bottomrule \end{tabu} \end{table} \end{document}