LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default cell reference question

Hi, RagDyer:

Thanks so very much for your response. I can't wait to apply it when I get
home (I'm at another job at the moment on a different subject). I'll let you
know how well I do.

Thanks again, RagDyer!

"RagDyer" wrote:

To add:
The dollar signs are to prevent the cell addresses from changing as the
formula is *copied* down a column, or across a row.
They *don't* prevent cell addresses from changing due to *inserting or
deleting* columns and/or rows.

As an example of when to use them:
Say you have a purchase order, with quantity in Column A, and unit price in
Column C.
In Column D you create a formula to calculate the total cost of the line
item.

In D2, you enter:
=A2*C2

Since you have say 15 lines on the order sheet, you want to copy this
formula down Column D without having to individually type the formula into
each line (row).

As you copy down the formula, XL increments the "relative" cell addresses in
the formula, so that you have:

=A3*C3
=A4*C4
=A5*C5
.... etc.

But, now you wish to add the tax to every line.

Say you sell to different localities, so the tax rate will vary between
customers.
You therefore designate a cell, say E2, to contain the variable tax rate,
since it might change with each P.O.
Since you're referencing this *single* tax rate cell, you don't want it to
change as you copy down your price formula.

So, you make your formula:
=A2*C2*E$2
Which copies down:
=A3*C3*E$2
=A4*C4*E$2
=A5*C5*E$2
.... etc.

If you were copying across columns, along a row, you could anchor the Column
cell reference by adding the dollar sign in front of the column reference:
$E2.
And of course, you could make both references absolute when copying in 2
directions,
$E$2.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Island Girl" wrote in message
...
I'm as new to Excel as can be, so be gentle.

When making reference to a certain cell (say, Cell J60, containing a
total),
what's the difference between using =J60 and $J$60. I've read about this
in
the Microsoft KB but I don't have enough experience to understand it. Can
you put it in as simple terms as possible for me?

A million Thank You's!




 
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
Cell Reference Question Big Dog Excel Discussion (Misc queries) 3 August 14th 07 03:17 PM
Help with Newbie question - Cell Reference [email protected] New Users to Excel 1 May 31st 06 02:43 AM
Cell Reference Question tompal Excel Worksheet Functions 2 January 12th 06 05:51 PM
Cell reference question JM Excel Discussion (Misc queries) 1 May 18th 05 06:10 AM
cell reference question marika1981 Excel Discussion (Misc queries) 1 April 13th 05 12:16 AM


All times are GMT +1. The time now is 07:09 AM.

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"