Please can someone explain in laymans terms why the $ symbol before a cell
reference in a formula makes a difference.
Thanking you in anticipation.
--
Big Rick
Please can someone explain in laymans terms why the $ symbol before a cell
reference in a formula makes a difference.
Thanking you in anticipation.
--
Big Rick
It will create an absolute reference. Let's say you have a cell reference
pointing to A1... If you drag that down to the next cell the reference will
change to A2. However, if you put dollar signs around the reference (i.e.
A$1) and drag down it will still reference A1.
--
Regards,
Dave
<!--
"Big Rick" wrote:
> Please can someone explain in laymans terms why the $ symbol before a cell
> reference in a formula makes a difference.
>
> Thanking you in anticipation.
> --
> Big Rick
I'll try <g>
When you copy a formula from one cell to another, if there is no $, Excel
updates any cell references in that formula relative to its destination
cell.
So, If A1 has the formula =IF(B1>7,C1,D1)
and you copy that to B7, the formula that ends up un B7 is =IF(C7>7,D7,E7)
Notice the columns have shunted acros 1, the rows down 6.
If the formula were =IF($B$1>7, $C$1,$D$1), the formula that ends up in B7
would be exactly the same.
Sometimes you want absolut ($$), sometimes relative, sometimes a mix.
--
HTH
Bob Phillips
"Big Rick" <BigRick@discussions.microsoft.com> wrote in message
news:020C2F9C-0567-46FD-997A-6E0895B67F2E@microsoft.com...
> Please can someone explain in laymans terms why the $ symbol before a cell
> reference in a formula makes a difference.
>
> Thanking you in anticipation.
> --
> Big Rick
Many thanks for you quick responce.
--
Big Rick
"David Billigmeier" wrote:
> It will create an absolute reference. Let's say you have a cell reference
> pointing to A1... If you drag that down to the next cell the reference will
> change to A2. However, if you put dollar signs around the reference (i.e.
> A$1) and drag down it will still reference A1.
>
> --
> Regards,
> Dave
> <!--
>
>
> "Big Rick" wrote:
>
> > Please can someone explain in laymans terms why the $ symbol before a cell
> > reference in a formula makes a difference.
> >
> > Thanking you in anticipation.
> > --
> > Big Rick
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks