N
Newbie
My table data
5/1 5/2
Customer A
Qty1 10 10
Qty2 1 2
------------------------------------------
Balance 9 17
Customer B
Qty1 10 10
Qty2 5 2
----------------------------------------------
Balance 5 13
I am trying to copy and paste a balance formula for each customer group. The
formula is basically Qty1 (Previous cell) - Qty2(Previous cell) + Qty1
(next cell)-Qty2(of next cell).
Example (Customer A's data) the math is:
Qty 1 (for date 5/1) minus Qty 2 (for date 5/1) plus Qty 1(for date 5/2)
minus Qty 2 (for date 5/2). Resulting value=9 for 5/1 (since there is no
previous cell) and 17 for 5/2.
I know how to paste a formula across one row but do not know how to repeat
this for each customer's Balance row.
Help????? I've searched for days on-line for a solution ((
5/1 5/2
Customer A
Qty1 10 10
Qty2 1 2
------------------------------------------
Balance 9 17
Customer B
Qty1 10 10
Qty2 5 2
----------------------------------------------
Balance 5 13
I am trying to copy and paste a balance formula for each customer group. The
formula is basically Qty1 (Previous cell) - Qty2(Previous cell) + Qty1
(next cell)-Qty2(of next cell).
Example (Customer A's data) the math is:
Qty 1 (for date 5/1) minus Qty 2 (for date 5/1) plus Qty 1(for date 5/2)
minus Qty 2 (for date 5/2). Resulting value=9 for 5/1 (since there is no
previous cell) and 17 for 5/2.
I know how to paste a formula across one row but do not know how to repeat
this for each customer's Balance row.
Help????? I've searched for days on-line for a solution ((