#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default $ in cell reference?

Pardon me if this is a stupid question, I am an access programmer
manipulating an excel spreadsheet with the object model.

What is the function of the $ in the following cell entry?:
=AVERAGE(S$3:S$33)

Thanks for any help.

Fred

  #2   Report Post  
Posted to microsoft.public.excel.misc
tom tom is offline
external usenet poster
 
Posts: 570
Default $ in cell reference?

It's so when you copy or move your formula to other cells, the 3 and 33 won't
change. The S colum will.
So say this formula was in A1. If you copied it to B1, it would read:
=AVERAGE(T$3:T$33)

Likewise, if the $ were in front of the S, then the S's wouldn't change
either when you copy the formula.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 833
Default $ in cell reference?

It means that the cell range is fixed; it does not move if you copy it
elsewhere in the Worksheet.

Please hit yes if my comments have helped.



"Fredrated" wrote:

Pardon me if this is a stupid question, I am an access programmer
manipulating an excel spreadsheet with the object model.

What is the function of the $ in the following cell entry?:
=AVERAGE(S$3:S$33)

Thanks for any help.

Fred

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default $ in cell reference?

Hi
This is from the help file in XL
$A$1 (absolute (absolute cell reference: In a formula, the exact address of a
cell, regardless of the position of the cell that contains the formula. An
absolute cell reference takes the form $A$1.) column and absolute row) $A$1
A$1 (relative (relative reference: In a formula, the address of a cell based on
the relative position of the cell that contains the formula and the cell
referred to. If you copy the formula, the reference automatically adjusts. A
relative reference takes the form A1.) column and absolute row) C$1
$A1 (absolute column and relative row) $A3
A1 (relative column and relative row) C3

HTH
John

"Fredrated" wrote in message
...
Pardon me if this is a stupid question, I am an access programmer
manipulating an excel spreadsheet with the object model.

What is the function of the $ in the following cell entry?:
=AVERAGE(S$3:S$33)

Thanks for any help.

Fred


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default $ in cell reference?

Hi,

The $ means "static value." This is often use in formulas to make cells,
rows or columns stay static when duplicating them in different areas of the
spreadsheet. For instance if you grab cell A$3 and turn it into A3 and
duplicate the formula to the right the formula will look something like this:
B$3.

Hope this helps!

Vicente


"Fredrated" wrote:

Pardon me if this is a stupid question, I am an access programmer
manipulating an excel spreadsheet with the object model.

What is the function of the $ in the following cell entry?:
=AVERAGE(S$3:S$33)

Thanks for any help.

Fred

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing sheet reference to cell reference TeeJay Excel Worksheet Functions 3 October 19th 07 11:50 AM
Formulas that reference cells that reference another cell Andrea Excel Discussion (Misc queries) 7 October 19th 06 08:14 AM
absolute cell reference A spreadsheet cell reference that does no help Excel Discussion (Misc queries) 1 January 18th 06 06:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. [email protected] Excel Worksheet Functions 2 December 11th 04 12:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable [email protected] Excel Worksheet Functions 2 December 11th 04 12:00 AM


All times are GMT +1. The time now is 04:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"