Losty
Mechanical
- Sep 26, 2005
- 23
Suppose i have some values in the following cells:
A1, A2,A3,A4......
B1, C1, D1, E1,......
What i want to do is calculate vales for cells as follows:
B2 = B1 * A2/0.85
B3 = B1 * A3/0.85
B4 = B1 * A4/0.85
AND SO ON ..
Similarly,
C2 = C1 * A2/0.85
C3 = C1 * A3/0.85
C4 = C1 * A4/0.85
AND SO ON ..
And repete that for all the cells
whats the easiest way of doing it ??
Thanks in advance
A1, A2,A3,A4......
B1, C1, D1, E1,......
What i want to do is calculate vales for cells as follows:
B2 = B1 * A2/0.85
B3 = B1 * A3/0.85
B4 = B1 * A4/0.85
AND SO ON ..
Similarly,
C2 = C1 * A2/0.85
C3 = C1 * A3/0.85
C4 = C1 * A4/0.85
AND SO ON ..
And repete that for all the cells
whats the easiest way of doing it ??
Thanks in advance