Skip to content

Instantly share code, notes, and snippets.

@ncalm
Created July 27, 2023 15:50
Show Gist options
  • Save ncalm/05e2506882083dfeeb680db93ebc0771 to your computer and use it in GitHub Desktop.
Save ncalm/05e2506882083dfeeb680db93ebc0771 to your computer and use it in GitHub Desktop.
An Excel LAMBDA function to fill down a column.
FILLDOWN = LAMBDA(arr, SCAN(,arr,LAMBDA(a,b,IF(b<>"",b,a))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment