excel - Google sheets: Case statement or ifelse formula to modify a cell's value based on the value of another cell? -
- based on validation, if a1 = 20, b1 = 5.
- based on formula, b2 = b1.
except, want b2 = b1 + d1, if c1 = true.
my question is: how make formula 1 cell (b2) equals sum of 2 cells (b1,d1) in event third cell (c1) has true value? if false, want (b2) equal sum of 1 cell (b1).
Comments
Post a Comment