Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Copying a formula with multiple worksheets down rows and across co

I have the following formula:=IF('LC + CC'!B3="","",'LC + CC'!B3+'LC +
CC'!B3*F69+'Sales Price (2)'!B3*'Sales Price'!F70+'Sales Price (2)'!B3*'Sales
Price'!F71+'Sales Price (2)'!B3*'Land Cost'!B14)

Im trying to copy this down multiple rows as follows:=IF('LC +
CC'!B4="","",'LC + CC'!B4+'LC + CC'!B4*F69+'Sales Price (2)'!B4*'Sales
Price'!F70+'Sales Price (2)'!B4*'Sales Price'!F71+'Sales Price (2)'!B4*'Land
Cost'!B14)

Im also trying to copy across multiple columns as follows:=IF('LC +
CC'!C3="","",'LC + CC'!C3+'LC + CC'!C3*F69+'Sales Price (2)'!C3*'Sales
Price'!F70+'Sales Price (2)'!C3*'Sales Price'!F71+'Sales Price (2)'!C3*'Land
Cost'!B14)

Each time I try it Changes all of the formula. Any help is much appreciated:)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Copying a formula with multiple worksheets down rows and across co

Hi!

If you copy '=A1' into the next row it will show '=A2'.

To stop that happening;

Go to the original cell;

Press F2 (the function button at the top row on your keyboard);

Move your cursor right after '=' but before 'A';

Now press F4(the function button);

You will see your formula changed as '=$A$1';

Now copy that to the next row;

You will see your formula remains as '=$A$1';

There if you want to keep your formulae or part of the formulae unchanged
have the $ sign in front of the cell references;

f you want to keep your formulae or part of the formulae changed do not have
the $ sign in front of the cell references;

Within aong formule like the one you have you can apply both.


"Rookie" wrote:

I have the following formula:=IF('LC + CC'!B3="","",'LC + CC'!B3+'LC +
CC'!B3*F69+'Sales Price (2)'!B3*'Sales Price'!F70+'Sales Price (2)'!B3*'Sales
Price'!F71+'Sales Price (2)'!B3*'Land Cost'!B14)

Im trying to copy this down multiple rows as follows:=IF('LC +
CC'!B4="","",'LC + CC'!B4+'LC + CC'!B4*F69+'Sales Price (2)'!B4*'Sales
Price'!F70+'Sales Price (2)'!B4*'Sales Price'!F71+'Sales Price (2)'!B4*'Land
Cost'!B14)

Im also trying to copy across multiple columns as follows:=IF('LC +
CC'!C3="","",'LC + CC'!C3+'LC + CC'!C3*F69+'Sales Price (2)'!C3*'Sales
Price'!F70+'Sales Price (2)'!C3*'Sales Price'!F71+'Sales Price (2)'!C3*'Land
Cost'!B14)

Each time I try it Changes all of the formula. Any help is much appreciated:)

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 multiple cells out of multiple worksheets at same time. tom Excel Discussion (Misc queries) 1 April 2nd 10 09:03 PM
Copying a formula from multiple workbooks down rows and across col Rookie Excel Programming 4 January 12th 10 05:57 PM
Copying multiple rows to other worksheets (but amount of rows varies) - How? David Smithz Excel Discussion (Misc queries) 1 June 18th 06 04:31 PM
Copying a formula to multiple worksheets RobHan Excel Worksheet Functions 1 February 16th 06 05:21 PM
Copying a Formula To Reference Multiple Worksheets carl Excel Worksheet Functions 1 August 5th 05 01:06 AM


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