Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Excel, what do the dollar signs mean in $A$
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It makes that part of the cell reference absolute, so that when you copy a
formula to another cell, that part of the cell doesn't change. For example cell B1: = SUM(A1:A10) copy that to D1 and the resultant formula changes to =SUM(C1:C10) cell B1: =SUM($A$1:$A$10) copy that to D1 and the resultant formula changes to =SUM($A$1:$A$10) cell B1: =SUM($A1:$A10) copy that to D4 and the resultant formula changes to =SUM($A4:$A13) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "pso827" wrote in message ... In Excel, what do the dollar signs mean in $A$ |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() It means that the column and row references are locked. for example, if you typed =SUM(A1,A2) in cell A3, cell A3 would contain the sum of values in A1 and A2. If you then copied cell A3 and pasted into cell B3, excel would convert the formula to =SUM(B1,B2). If instead you typed =SUM($A$1,$A$2), when you pasted the formula the cell refences would remain the same as they had been locked. You can also lock either column or row. Also, highlighting the a cell reference in the formula bar and hitting F4 will lock the cell refernce for you so you don't have to type the dollar signs. Hitting F4 repeatedly will toggle through the locking choices -- adscrim ------------------------------------------------------------------------ adscrim's Profile: http://www.excelforum.com/member.php...o&userid=30636 View this thread: http://www.excelforum.com/showthread...hreadid=502910 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Means that cell is a absolute reference so when you copy the formual it is
contained in that cell reference wont change "unknown" wrote: |
#5
![]() |
|||
|
|||
![]()
In Excel, the dollar signs in a cell reference indicate an absolute reference. An absolute reference means that the cell reference will not change when the formula is copied or moved to another cell.
For example, if you have a formula that references cell A1 and you copy that formula to cell B1, the reference to A1 will automatically change to B1. However, if you use an absolute reference with dollar signs like Code:
$A$1 When you use a dollar sign before the column letter and row number like Code:
$A$1 On the other hand, when you use a dollar sign before either the column letter or the row number like Code:
$A1 Code:
A$1 So, Code:
$A$1 Code:
$A Code:
A$1
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
rounding to nearest hundred dollar in Excel | New Users to Excel | |||
Excel 2003 not recognizing whole dollar amounts, formats amt as ce | Excel Discussion (Misc queries) | |||
Value Errors with EXCEL XP not showing up in EXCEL 2000 | Links and Linking in Excel | |||
Changing Dollar sign to another currency not listed in Excel | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |