albatross32
New Member
- Joined
- Feb 17, 2010
- Messages
- 32
For example;
A1=5
B1=A1+5
If I copy B1 to B2 it will read A2+5.
How do I copy B1 to B2 so that it will also read A1+5?
A1=5
B1=A1+5
If I copy B1 to B2 it will read A2+5.
How do I copy B1 to B2 so that it will also read A1+5?