Hi Excel experts !
My question is so basic I'm embarrassed to have to ask... but here goes.
My Excel 2000 worksheet has:
Item # Warehouse Quantity
123 1 25
123 2 25
123 Total 50
124 (we start a new Item # here..)
My problem: When the user changes a Quantity, the Quantity
value in the Total row does not change to reflect the new sum.
I can get it to total by using a hard-coded formula...
= SUM(X3:X5) but this is not really going to work - The number of Items is ever-changing... this Item will not always be in only 2 warehouses.
Note: I do NOT want a separate row that contains the total. The user wants to see the new total in the 'Total' row.
Can anyone help this novice?
Thanks, John
My question is so basic I'm embarrassed to have to ask... but here goes.
My Excel 2000 worksheet has:
Item # Warehouse Quantity
123 1 25
123 2 25
123 Total 50
124 (we start a new Item # here..)
My problem: When the user changes a Quantity, the Quantity
value in the Total row does not change to reflect the new sum.
I can get it to total by using a hard-coded formula...
= SUM(X3:X5) but this is not really going to work - The number of Items is ever-changing... this Item will not always be in only 2 warehouses.
Note: I do NOT want a separate row that contains the total. The user wants to see the new total in the 'Total' row.
Can anyone help this novice?
Thanks, John