F
FARAZ QURESHI
I have around three sheets between the source and the output sheets. In other
words, lets take an "EXAMPLE" as:
1. Sheet1!A1 is the source cell;
2. Sheet2!B1 = Sheet1!A1*1000;
3. Sheet3!C2 = Sheet2!B1/2;
4. Sheet4!S2 is the output cell which = Sheet3!C2-2;
Is there any code to have the following results:
1. Sheet2!B1 = (Sheet1!A1)*1000;
2. Sheet3!C2 = (Sheet1!A1*1000)/2; and
3. Sheet4!S2 = (Sheet1!A1*1000/2)-2
Your help and guidance or even a reference to a related/similar source on
net shall be obliged!
Thanx in advance!
words, lets take an "EXAMPLE" as:
1. Sheet1!A1 is the source cell;
2. Sheet2!B1 = Sheet1!A1*1000;
3. Sheet3!C2 = Sheet2!B1/2;
4. Sheet4!S2 is the output cell which = Sheet3!C2-2;
Is there any code to have the following results:
1. Sheet2!B1 = (Sheet1!A1)*1000;
2. Sheet3!C2 = (Sheet1!A1*1000)/2; and
3. Sheet4!S2 = (Sheet1!A1*1000/2)-2
Your help and guidance or even a reference to a related/similar source on
net shall be obliged!
Thanx in advance!