Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CES
 
Posts: n/a
Default Changing a cell referance on multipule cells

All,
I'm sure that this is easily found but I'm not sure what to search for.

I have a formula that i want to persist throughout the worksheet. The figures I want to always have calculated are in a header row in this case row 2:

1000 - 2000 - 3000 - etc.

I also have a column that provides the other number to be calculated in this case column A:

50
100
150
etc.

However when I drag and copy the correct formula from one cell to the next the cell reference dos not change properly
The Original correct formula is "=(B2*30%)-(A3*12)"
The resulting in correct formula after the drag and copy is "=(C2*30%)-(B3*12)"
The B3 reference should always point to the A col so as with the reference above the correct formula would be "=(C2*30%)-(A3*12)"

Thanks in advance. - CES
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
via135
 
Posts: n/a
Default Changing a cell referance on multipule cells


hi!
make your original formula as

=(B2*30%)-($A$3*12)

-via135




CES Wrote:
All,
I'm sure that this is easily found but I'm not sure what to search
for.

I have a formula that i want to persist throughout the worksheet. The
figures I want to always have calculated are in a header row in this
case row 2:

1000 - 2000 - 3000 - etc.

I also have a column that provides the other number to be calculated in
this case column A:

50
100
150
etc.

However when I drag and copy the correct formula from one cell to the
next the cell reference dos not change properly
The Original correct formula is "=(B2*30%)-(A3*12)"
The resulting in correct formula after the drag and copy is
"=(C2*30%)-(B3*12)"
The B3 reference should always point to the A col so as with the
reference above the correct formula would be "=(C2*30%)-(A3*12)"

Thanks in advance. - CES



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=523213

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Superchikn
 
Posts: n/a
Default Changing a cell referance on multipule cells

In the formula...put a $ in front of the A that will lock the formula to the
A column coumn but will leave the row floating. To lock to A2 make the
formula $A$2.

Hope this makes sense.

"CES" wrote:

All,
I'm sure that this is easily found but I'm not sure what to search for.

I have a formula that i want to persist throughout the worksheet. The figures I want to always have calculated are in a header row in this case row 2:

1000 - 2000 - 3000 - etc.

I also have a column that provides the other number to be calculated in this case column A:

50
100
150
etc.

However when I drag and copy the correct formula from one cell to the next the cell reference dos not change properly
The Original correct formula is "=(B2*30%)-(A3*12)"
The resulting in correct formula after the drag and copy is "=(C2*30%)-(B3*12)"
The B3 reference should always point to the A col so as with the reference above the correct formula would be "=(C2*30%)-(A3*12)"

Thanks in advance. - CES

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Changing a cell referance on multipule cells

Change the original formula from:

=(B2*30%)-(A3*12)
to
=(B2*30%)-($A3*12)

Then your drag copies will leave A3 alone.
--
Gary's Student


"CES" wrote:

All,
I'm sure that this is easily found but I'm not sure what to search for.

I have a formula that i want to persist throughout the worksheet. The figures I want to always have calculated are in a header row in this case row 2:

1000 - 2000 - 3000 - etc.

I also have a column that provides the other number to be calculated in this case column A:

50
100
150
etc.

However when I drag and copy the correct formula from one cell to the next the cell reference dos not change properly
The Original correct formula is "=(B2*30%)-(A3*12)"
The resulting in correct formula after the drag and copy is "=(C2*30%)-(B3*12)"
The B3 reference should always point to the A col so as with the reference above the correct formula would be "=(C2*30%)-(A3*12)"

Thanks in advance. - CES

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
How to insert a value in one cell into many cells Thomas Excel Worksheet Functions 17 October 18th 05 11:03 AM
How do I double click a cell and jump to cell's referenced cell JerryJuice Excel Discussion (Misc queries) 2 September 10th 05 10:24 PM
How do I make a cell equal to another cells value and not it's fo. TroutKing Excel Worksheet Functions 2 January 17th 05 06:15 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
CELLS HAVING SAME NUMBER BY CHANGING ANY CELL JOHN MORREY Excel Discussion (Misc queries) 2 December 2nd 04 02:50 AM


All times are GMT +1. The time now is 01:56 PM.

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"