burgstjo
My feedback
4 results found
-
5 votes
An error occurred while saving the comment -
7 votes
burgstjo
supported this idea
·
-
79 votes
burgstjo
supported this idea
·
-
9 votes
burgstjo
supported this idea
·
I tried the following and it worked as expected - great job!!! :-)
=byrow(B15:C,lambda(x,index(x,1,1)+index(x,1,2)))
=bycol(B15:C17, lambda(x, sum(x)))
=map(H12:N12, lambda(x, x*2))
=reduce(0, H12:N12, lambda(accumulator, current_value, accumulator+current_value))
But it seems, this functionality is not officially released. At least it is not available in the list of functions in Proton Sheets. Could you please fix this?