Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Abfrage query überarbeiten

Empfohlene Antworten

Ich habe in Access eine Abfrage die sieht ungefähr so aus......

Vertreternr Wert1 Wert2

1 1566 6000

3 4785 7777

1 7777 9874

2 8745 9541

1 1112 1478

Jetzt möchte ich diese Abfrage in Excel importieren über query

Und sie soll dann so aussehen

Er soll mir nach dem er mich nach dem Parameter Vertreternr

Gefragt hat und ich z.B 1 eingegeben habe folgendes zusammen

Fassen:

Alle Werte von Vertreter 1 zusammen in einer Zeile

hi,

versuch es doch mit einer Agregatfunktion wie sum().

hier mal ein Beispiel:

select Vertreternr, SUM(Wert1) as SUMME_WERT1, SUM(Wert2) as SUMME_WERT2

from tabele

group by vertreternr

und wenn du es noch sortieren willst hängst du einfach

order by vertreternr

dazu.

Viele Grüße

nazgul

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.