Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Referencing same cell in calculation

Hey guys, if I want to reference the same source cell when copying a formula
(11% is the fuel sur-charge I want to reference in my calculation), how do I
do that without manually typing the source cell in each new cell?

I tried dragging the formula, but if the first cell is =d20*a10, when I drag
it the next cell is =e20*b10. I want =e20*a10, =f20*a10, etc.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Referencing same cell in calculation

Take a look at the "difference between relative and absolute references"
topic in XL Help.

For example:

=D20 * $A$10


In article ,
Tugger wrote:

Hey guys, if I want to reference the same source cell when copying a formula
(11% is the fuel sur-charge I want to reference in my calculation), how do I
do that without manually typing the source cell in each new cell?

I tried dragging the formula, but if the first cell is =d20*a10, when I drag
it the next cell is =e20*b10. I want =e20*a10, =f20*a10, etc.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Referencing same cell in calculation

Thank you!

"JE McGimpsey" wrote:

Take a look at the "difference between relative and absolute references"
topic in XL Help.

For example:

=D20 * $A$10


In article ,
Tugger wrote:

Hey guys, if I want to reference the same source cell when copying a formula
(11% is the fuel sur-charge I want to reference in my calculation), how do I
do that without manually typing the source cell in each new cell?

I tried dragging the formula, but if the first cell is =d20*a10, when I drag
it the next cell is =e20*b10. I want =e20*a10, =f20*a10, etc.

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Referencing same cell in calculation

you may want to name your cells. you could name the one row as Amount
and name the cell that has the 11% sur-charge as Tax
(Insert/Name/Define). That way the reference won't change when you
copy it, and if you look at the formula it will make some sense instead
of f3*$A$1, you would see Amount * Tax

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Referencing same cell in calculation

Right on Chris! Man this is great stuff!

"Chris Rogers" wrote:

you may want to name your cells. you could name the one row as Amount
and name the cell that has the 11% sur-charge as Tax
(Insert/Name/Define). That way the reference won't change when you
copy it, and if you look at the formula it will make some sense instead
of f3*$A$1, you would see Amount * Tax


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
Referencing a cell Wombat Excel Discussion (Misc queries) 6 January 19th 10 03:49 PM
Cell referencing Beginner-Bob Excel Worksheet Functions 1 December 14th 09 03:09 PM
Referencing Cell Next To Today's Date Cell Docktondad Excel Discussion (Misc queries) 5 May 16th 07 10:25 PM
Cell referencing SC [email protected] Excel Discussion (Misc queries) 1 March 3rd 07 08:48 AM
Cell Referencing Ron Howard Excel Programming 0 November 17th 03 09:51 PM


All times are GMT +1. The time now is 07:06 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"