Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Copying Excel Formulas
 
Posts: n/a
Default How do I prevent a formula element from incrementing when copying

Is there a way to prevent a field in a formula from incrementing when the
formula is copied to other cells? For example: In the formula
=PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to
ten other cells.
  #2   Report Post  
Mike
 
Posts: n/a
Default

There is no easy way. If A28 never changes then just enter the number in the
formula. Or copy A28 to the ten cells left or down.

"Copying Excel Formulas" wrote:

Is there a way to prevent a field in a formula from incrementing when the
formula is copied to other cells? For example: In the formula
=PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to
ten other cells.

  #3   Report Post  
Robbo
 
Posts: n/a
Default

Use the $ sign before the row and column:

=PRODUCT(C3,$A$28)

This will mean that the 'A28' part will stay the same where-ever you move
it. Alternatively if you want the row to change, you can use $A28, or if you
want the column to change, you can use A$28.


"Copying Excel Formulas" wrote:

Is there a way to prevent a field in a formula from incrementing when the
formula is copied to other cells? For example: In the formula
=PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to
ten other cells.

  #4   Report Post  
Copying Excel Formulas
 
Posts: n/a
Default

I found out from another responder that if you write the A28 as $A$28, the
value will not change as it's copied to other cells. I tried it and it
worked. I just wanted to share this with you.

"Mike" wrote:

There is no easy way. If A28 never changes then just enter the number in the
formula. Or copy A28 to the ten cells left or down.

"Copying Excel Formulas" wrote:

Is there a way to prevent a field in a formula from incrementing when the
formula is copied to other cells? For example: In the formula
=PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to
ten other cells.

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
Again-revealing the contents of formula srinivasan Excel Worksheet Functions 0 July 5th 05 06:25 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
How do I prevent Excel from plotting a cell w/ a formula as a "ze. Hatchet_Jack Charts and Charting in Excel 1 February 9th 05 10:31 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
How do I prevent incorrect formula results appearing in cell? Marc Todd Excel Worksheet Functions 2 January 26th 05 07:57 AM


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