wildpetals
New Member
- Joined
- Jun 3, 2008
- Messages
- 2
Hello! Thank you for reading this. I'm really stumped at how to achieve what I call an "update in place" with excel 2003
I have a worksheet that I print out that is used in the shop. They keep track of the amount of product used and turn this sheet in for update.
The sheet looks like this (simplified)
<table x:str="" style="border-collapse: collapse; width: 342pt;" border="0" cellpadding="0" cellspacing="0" width="457"><col style="width: 35pt;" width="47"> <col style="width: 48pt;" width="64"> <col style="width: 80pt;" width="107"> <col style="width: 95pt;" width="127"> <col style="width: 84pt;" width="112"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 35pt;" height="17" width="47">Row#</td> <td style="width: 48pt;" width="64">A</td> <td class="xl66" style="width: 80pt;" width="107">B</td> <td class="xl67" style="border-left: medium none; width: 95pt;" width="127">C</td> <td class="xl65" style="border-left: medium none; width: 84pt;" width="112">D</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:str="ROW1 " height="17">ROW1 </td> <td>Material</td> <td class="xl66" style="border-top: medium none;">Last Used Amt</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">balance on hand</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">total used</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">ROW2</td> <td>M1441</td> <td class="xl70" style="border-top: medium none;" x:num="">25.00</td> <td class="xl71" style="border-top: medium none; border-left: medium none;" x:num="">50.00</td> <td class="xl70" style="border-top: medium none; border-left: medium none;" x:num="">75.00</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">ROW2 Expected amount
</td> <td>
</td> <td class="xl66" style="border-top: medium none;">25.00</td> <td class="xl69" style="border-top: medium none; border-left: medium none;" x:num="" x:fmla="=D3-C3">25</td> <td class="xl70" style="border-top: medium none; border-left: medium none;" x:num="" x:fmla="=E3+C3">100.00</td> </tr> </tbody></table>
If I put the calculations in another row, they work, as shown above. Basically the formula in C2 (C2-B2) and the formula in D2 is (D2+B2)
If I try to put that cell reference in row 2, it gives me a circular reference.
It is a seemingly simple task.. but yet, I'm stumped.
Is there any way to achive this so I can print the form out again with the current values for C & D?
Thank you very much for your assistance in this matter!!
smiles to all.
I have a worksheet that I print out that is used in the shop. They keep track of the amount of product used and turn this sheet in for update.
The sheet looks like this (simplified)
<table x:str="" style="border-collapse: collapse; width: 342pt;" border="0" cellpadding="0" cellspacing="0" width="457"><col style="width: 35pt;" width="47"> <col style="width: 48pt;" width="64"> <col style="width: 80pt;" width="107"> <col style="width: 95pt;" width="127"> <col style="width: 84pt;" width="112"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 35pt;" height="17" width="47">Row#</td> <td style="width: 48pt;" width="64">A</td> <td class="xl66" style="width: 80pt;" width="107">B</td> <td class="xl67" style="border-left: medium none; width: 95pt;" width="127">C</td> <td class="xl65" style="border-left: medium none; width: 84pt;" width="112">D</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:str="ROW1 " height="17">ROW1 </td> <td>Material</td> <td class="xl66" style="border-top: medium none;">Last Used Amt</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">balance on hand</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">total used</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">ROW2</td> <td>M1441</td> <td class="xl70" style="border-top: medium none;" x:num="">25.00</td> <td class="xl71" style="border-top: medium none; border-left: medium none;" x:num="">50.00</td> <td class="xl70" style="border-top: medium none; border-left: medium none;" x:num="">75.00</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">ROW2 Expected amount
</td> <td>
</td> <td class="xl66" style="border-top: medium none;">25.00</td> <td class="xl69" style="border-top: medium none; border-left: medium none;" x:num="" x:fmla="=D3-C3">25</td> <td class="xl70" style="border-top: medium none; border-left: medium none;" x:num="" x:fmla="=E3+C3">100.00</td> </tr> </tbody></table>
If I put the calculations in another row, they work, as shown above. Basically the formula in C2 (C2-B2) and the formula in D2 is (D2+B2)
If I try to put that cell reference in row 2, it gives me a circular reference.
It is a seemingly simple task.. but yet, I'm stumped.
Is there any way to achive this so I can print the form out again with the current values for C & D?
Thank you very much for your assistance in this matter!!
smiles to all.