• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel calculation- How do you reference the same cell?

JEDI

Lifer
ie:
A1 = 100

B1 = .05
b2= .1
b3 = .15
...
b19=.95
b20=1

c1= a1* b1
c2=a1*b2
c3= a1 * b3

when i drag the formula down, it changes to:
c2=a2*b2
c3= a3*b3

how do i keep A1 as the cell to use in the calcs?
 
Use $A$1

Cell references with dollar signs in front of just the number, or in front of just the letter, are called ?Mixed Cell References.? Use a mixed cell reference in a formula when you want to create a set of formulas that will always refer to either one specific row: A$1, or one specific column: $B2. If the formula should always use the same cell reference, add two dollar signs: $C$3. This is called an ?Absolute Cell Reference.?
 
ah.. thx!

i couldnt remember that. and when i did a search in Excel help for 'Absolute', all i got was absolute numbers.
 
Back
Top