Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Copying a formula while leaving one cell fixed

Hi there,

I forgot how to leave one cell fixed while copying a formula down a column.

For example,
"=RC[-3]*R[-45]C[-5]"
should read
"=RC[-3]*R[-46]C[-5]"

I recall using a Dollar sign ("$") to hardwire a cell in a formula. My
formula should then read "=RC[-3]*$R9$C3"

However, this doesn't seem to work.

Thank you for your help.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Copying a formula while leaving one cell fixed

You can use the $ to fix the row or column -- but only if you're using A1
reference style.

If you're using R1C1 reference style, then this:

=RC3*R[-45]C5
would take the value in column C of the same row (RC3) and subtract the value in
the row 45 rows above it, but in column E (r[-45]c5)

So maybe you want:

=RC[-3]*R9C3

(R9C3 is the same as $C$9 in A1 reference style)


FSPH wrote:

Hi there,

I forgot how to leave one cell fixed while copying a formula down a column.

For example,
"=RC[-3]*R[-45]C[-5]"
should read
"=RC[-3]*R[-46]C[-5]"

I recall using a Dollar sign ("$") to hardwire a cell in a formula. My
formula should then read "=RC[-3]*$R9$C3"

However, this doesn't seem to work.

Thank you for your help.


--

Dave Peterson
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 links with fixed number in between OverlookingSimpleClue Excel Worksheet Functions 3 March 17th 08 10:00 AM
Removing a period and leaving maintaingn a fixed #of numbers Iguss Excel Worksheet Functions 5 November 22nd 07 01:43 AM
Copying fixed cell value from different worksheets to new worksheet [email protected] Excel Discussion (Misc queries) 0 January 29th 07 07:54 PM
copying info from one cell to another, changing the format, but leaving the number herosuper Excel Worksheet Functions 1 August 27th 06 06:13 AM
Can you have fixed cell reference when dragging/copying formulae? ducksfolly Excel Discussion (Misc queries) 4 December 20th 05 11:19 AM


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