Coding is an alternative way to describe programming.

learn more… | top users | synonyms

-1
votes
0answers
10 views

Making an Google Spreadsheet return certain value

I want a cell to sum of the values of the cells above, but only if the next cell has a value as well. For instance, I want cell L5 to sum the values of L1:L4, but only if M1:M4 have values as well. ...