Forum Discussion
mlylyly
Nov 16, 2022Copper Contributor
Identify position of last positive value in range from positive values in a row
Hi, I am looking for a way to identify every position of a value which is the last positive value in a row. As an example below, I want to identify which row the yellow cell. The output in C2:C4 ...
- Nov 16, 2022
mlylyly
Nov 16, 2022Copper Contributor
I unfortunately don't have access to LAMBDA function yet due to bi-annual release - any way to solve it with e.g. LET()?
OliverScheurich
Nov 16, 2022Gold Contributor
- mlylylyNov 17, 2022Copper Contributor
Thanks! Is there a way to make it independent of the cell position? E.g., if I move the function one cell down then the results increase by one. Any thoughts?