hello everyone,
i have the following range: A1:B10
in A1:A10, i have a formula that populates the cells with numbers. Only one of these cells can/will have a number in it at any given time.
In B1:B10, i have a static number for each cell.
Now, in C1, i need a formula that says: if A1 is non-zero, then add the value of A1 to B1 and report it in C1 ..... OR....if A2 is non-zero, then add the value of A2 to B2 and report in C1....OR....(same all the way to A10).
how can i do this without an IF statement?
i have the following range: A1:B10
in A1:A10, i have a formula that populates the cells with numbers. Only one of these cells can/will have a number in it at any given time.
In B1:B10, i have a static number for each cell.
Now, in C1, i need a formula that says: if A1 is non-zero, then add the value of A1 to B1 and report it in C1 ..... OR....if A2 is non-zero, then add the value of A2 to B2 and report in C1....OR....(same all the way to A10).
how can i do this without an IF statement?