Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Vernita
 
Posts: n/a
Default What does the "$" symbol do to a cell value in a formula.

for example, sumif($c2:$c8,"3",$f2:$f8)
  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

It means that if you copy and paste to another cell, the cell references will
not change.

Jerry

"Vernita" wrote:

for example, sumif($c2:$c8,"3",$f2:$f8)

  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

The $ sign makes that reference absolute. In other words:

$C2:$C8 and $F2:$F8

Those references are "locked" onto column C and column F.

If you were to copy that formula to some other location the column
references are absolute and would not change.

The same thing applies to the row portion of the reference:

C$2:C$8 and F$2:F$8

You can also make everything absolute:

$C$2:$C$8 and $F$2:$F$8

In this case both the column and the row references are "locked"

Biff

"Vernita" wrote in message
...
for example, sumif($c2:$c8,"3",$f2:$f8)



  #4   Report Post  
Vernita
 
Posts: n/a
Default

Thanks!

"Jerry W. Lewis" wrote:

It means that if you copy and paste to another cell, the cell references will
not change.

Jerry

"Vernita" wrote:

for example, sumif($c2:$c8,"3",$f2:$f8)

  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

But even an absolute reference will change if the location
to which it refers to is changed by inserting or deleting rows, columns,
or cells. Just wanted to mention better how it is "locked".
Like the others said, applies to fill handle and copying and pasting.

Anything within quotes will not change when using the fill handle,
but will also not change if inserting or deleting rows, columns.

I think you already have the fill handle usage but just in case
and there is a lot more on the page besides the fill handle
http://www.mvps.org/dmcritchie/excel/filhand.htm
like use of the mouse.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Biff" wrote in message ...
Hi!

The $ sign makes that reference absolute. In other words:

$C2:$C8 and $F2:$F8

Those references are "locked" onto column C and column F.

If you were to copy that formula to some other location the column
references are absolute and would not change.

The same thing applies to the row portion of the reference:

C$2:C$8 and F$2:F$8

You can also make everything absolute:

$C$2:$C$8 and $F$2:$F$8

In this case both the column and the row references are "locked"

Biff

"Vernita" wrote in message
...
for example, sumif($c2:$c8,"3",$f2:$f8)





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
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Cell Change Color - Need Help alani New Users to Excel 3 June 29th 05 03:50 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Triangle symbol in cell. What does it mean. How do I delete this Pinball New Users to Excel 2 January 20th 05 08:37 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 09:30 PM.

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

About Us

"It's about Microsoft Excel"