Hallo Hoido,
Mein Problem ist, dass ich gerne sehen will, ob eine Spalte
doppelt vorhanden ist, um diese zu der ersten Anzahl zu
addieren und die 2te dann zu löschen.
wie auch immer, Spalten löschen geht nur manuell oder per Vba. Was ohne Vba gehen könnte ist in einem anderen Blatt quasi filtern sodaß das dortige Tabellenergebnis so aussieht wie du es wünschst.
Mir ist wegen dem Begriff Spalte noch etwas unklar. Welche meiner beiden Tabellenausrisse kommen dem ähnlich was du hast?
Zellbereich: [Mappe2]Tabelle1!A1:F3
\begin{tabular}{|c|c|c|c|c|c|c|}
\hline
& \textbf{A} & \textbf{B} & \textbf{C} & \textbf{D} & \textbf{E} & \textbf{F}\
\hline
\textbf{1} & Spalte A & 1 & 1 & 1 & 1 & 1 \
\hline
\textbf{2} & Spalte B & 2 & 2 & 2 & 2 & 2 \
\hline
\textbf{3} & Spalte C & 1 & 1 & 1 & 1 & 1 \
\hline
\end{tabular}
Zellbereich: [Mappe2]Tabelle1!A5:C10
\begin{tabular}{|c|c|c|c|}
\hline
& \textbf{A} & \textbf{B} & \textbf{C}\
\hline
\textbf{5} & Spalte A & Spalte B & Spalte C \
\hline
\textbf{6} & 1 & 2 & 1 \
\hline
\textbf{7} & 1 & 2 & 1 \
\hline
\textbf{8} & 1 & 2 & 1 \
\hline
\textbf{9} & 1 & 2 & 1 \
\hline
\textbf{10} & 1 & 2 & 1 \
\hline
\end{tabular}
Gruß
Reinhard