What does the $ mean in "=B$6" for example

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know that it is referencing cell B6, but I don't know what the $ is for.
 
$ indicates an absolute reference so in this case the row remains as 6 if you
copy/drag the formula into other cells but column would change.

$B6 would keep the column B constant, row will change.

$B$6 would keep both fixed

B6 is total relative so both column and row change.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top