#1   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Formulas

I know this is probably a very basic question but hope someone can help. In
reference to copying formula... Lets say, for example that I have a number in
C1 and I want the items in A3, A4, A5.. to multiply times c1 and produce the
answer in B3, B4, B5.. I know the basic formula in B3 is =A3*C1 However if
i just copy that formula and paste it in B4 it changes the formula to =A4*C2
when I want it to keeo the C1. Does that make sense?

How do I keep the formula to keep referencing the C1 cell. I tried Paste
special, formula only, etc but it keeps carrying the formula down to C2 or C3.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Formulas

You need to use what's called an "absolute reference". To lock formula on
column
=$A1
copying down changes row, copying across has no change
=A$1
copying down changes nothing, copying across changes column.

For your situtation:
=A3*$C$1
will work, or
=A3*C$1

either will do.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kim" wrote:

I know this is probably a very basic question but hope someone can help. In
reference to copying formula... Lets say, for example that I have a number in
C1 and I want the items in A3, A4, A5.. to multiply times c1 and produce the
answer in B3, B4, B5.. I know the basic formula in B3 is =A3*C1 However if
i just copy that formula and paste it in B4 it changes the formula to =A4*C2
when I want it to keeo the C1. Does that make sense?

How do I keep the formula to keep referencing the C1 cell. I tried Paste
special, formula only, etc but it keeps carrying the formula down to C2 or C3.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Formulas

Genius - thank you

"Luke M" wrote:

You need to use what's called an "absolute reference". To lock formula on
column
=$A1
copying down changes row, copying across has no change
=A$1
copying down changes nothing, copying across changes column.

For your situtation:
=A3*$C$1
will work, or
=A3*C$1

either will do.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kim" wrote:

I know this is probably a very basic question but hope someone can help. In
reference to copying formula... Lets say, for example that I have a number in
C1 and I want the items in A3, A4, A5.. to multiply times c1 and produce the
answer in B3, B4, B5.. I know the basic formula in B3 is =A3*C1 However if
i just copy that formula and paste it in B4 it changes the formula to =A4*C2
when I want it to keeo the C1. Does that make sense?

How do I keep the formula to keep referencing the C1 cell. I tried Paste
special, formula only, etc but it keeps carrying the formula down to C2 or C3.

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 01:06 PM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"