Quote:
Originally Posted by gxb
1. A1=10, A2=20, A3=30...A10=100
2. C1=5
3. In column B I want to multiply each number in column A by C1
4. In B1 I enter "=A1*$C$1"
5. In B1 "30" appears as expected.
|
If A1 is 10 and C1 is 5, A1*C1 should be 50 not 30???