dbcooper88
New Member
- Joined
- Dec 3, 2016
- Messages
- 36
I would like to shift the numbers in column B down where there is an empty cell with the result being column C. If possible I would then like to put results of C in an array formula in column D {=A1:A10*C1:C10)} maintaining the corresponding empty cells. Formulas would therefore begin in C1 and D1. Thanks.
<tbody>
</tbody>
A | B | C | D |
1 | 33 | ||
2 | 38 | ||
3 | 34 | 33 | 99.00 |
4 | 38 | 152.00 | |
5 | 37 | 34 | 170.00 |
6 | 59 | 37 | 222.00 |
7 | 58 | 59 | 413.00 |
8 | 57 | 58 | 464.00 |
9 | 57 | 513.00 | |
10 | 68 | 68 | 680.00 |
<tbody>
</tbody>