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.

Excel: Leerzeilen löschen und Zahl filtern

Empfohlene Antworten

Veröffentlicht

Hallo zusammen!

Ich habe ein hier ein Excel-Problem und hoffe ihr könnt mir helfen ;)

1. In meiner Liste kommt nach jeder gefüllten Zeile drei Leerzeilen.

Wie können die automatisch gelöscht werden? Da ich so an die 500

Einträge habe möchte ich die Leerzeilen dazwischen ungern manuell löschen... :D

2. Der Eintrag in einer Zelle ist ungefähr so aufgebaut:

textabc zahl textxyz

Kann man die Zahl aus der Zelle rausfiltern? Es kann dabei vorkommen,

dass im ersten Teil des Textes auch Zahlen vorkommen, die aber nicht

berücksichtigt werden sollen, es geht nur um die Zahl in der Mitte...

Danke für eure Tipps,

Florian

ad 1. na z.b. (ungetestet, also bitte selber anpassen) so:

Sub DeleteEmptyLines()


    For zeile = 1 To 500

        Selection.EntireRow.Delete

        Selection.EntireRow.Delete

        Selection.EntireRow.Delete

        Range("A" & zeile).Select

    Next


End Sub

ad 2. arbeite mit der split-funktion:
deinArray = Split(Zellenwert, " ");

neuerZellenwert = deinArray(0) & deinArray(2)

s'Amstel

Perfekt, hat funktioniert! & Danke :D

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.