Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
runnyroxy
Femeie
25 ani
Suceava
cauta Barbat
26 - 57 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [EXCEL] LAMBDA Function to Remove Blanks in Array Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
Mrrrr
AdMiN

Inregistrat: acum 18 ani
Postari: 2308
REMOVE BLANKS IN ARRAY

Based on the following video but adapted for Excel 2024 based on user @ernstborgener3745

Lambda to save in Name Manager:

=LAMBDA(array;
LET(
isBlank;ISBLANK(array);
blankRow;BYROW(isBlank;LAMBDA(a;AND(a)));
blankCol;BYCOL(isBlank;LAMBDA(a;AND(a)));
result;FILTER(FILTER(array;NOT(blankRow));NOT(blankCol));
result))

USAGE:

=RemBlanks(A1:A100)


_______________________________________


pus acum 8 zile
   
Pagini: 1  

Mergi la