Created
July 27, 2023 15:50
-
-
Save ncalm/05e2506882083dfeeb680db93ebc0771 to your computer and use it in GitHub Desktop.
An Excel LAMBDA function to fill down a column.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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