#1   Report Post  
Posted to microsoft.public.excel.misc
Robb27
 
Posts: n/a
Default copying a formula

Hello everyone,

I have a formula down one column. It basically repeats (skips 3 rows then
repeats then skips 3 rows...ect. The formula is:
=$I247+1.695-SUM(COUNTIF($B257:$H257,"PTO")*8)

The I column is where the formula is and it has to look up the prior formula
set to get it's figure to get the new result.
Problem:
I have to copy this formula down several times (the scedule for a whole
year) so
it's 300 rows or something. When I copy it I highlight 7 rows and move down
3 rows and past it. - It keeps changing! I thought since I was using the $
then it would lock it and not change. - ?? After I copy it I have to go back
in each cell and make sure the formula points to the right cell. Is there an
easier way?

Thanks,

Rob

  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default copying a formula

Rob,

The $ characters in your formula are only locking the column
references, not the row references. Try

=$I$247+1.695-SUM(COUNTIF($B$257:$H$257,"PTO")*8)

The $ in front of the row reference will lock them


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Robb27" wrote in message
...
Hello everyone,

I have a formula down one column. It basically repeats (skips 3
rows then
repeats then skips 3 rows...ect. The formula is:
=$I247+1.695-SUM(COUNTIF($B257:$H257,"PTO")*8)

The I column is where the formula is and it has to look up the
prior formula
set to get it's figure to get the new result.
Problem:
I have to copy this formula down several times (the scedule for
a whole
year) so
it's 300 rows or something. When I copy it I highlight 7 rows
and move down
3 rows and past it. - It keeps changing! I thought since I was
using the $
then it would lock it and not change. - ?? After I copy it I
have to go back
in each cell and make sure the formula points to the right
cell. Is there an
easier way?

Thanks,

Rob



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 a formula to multiple worksheets RobHan Excel Worksheet Functions 1 February 16th 06 05:21 PM
Returned: Copying a formula horizontally, the source data is verti Shannon Excel Discussion (Misc queries) 5 December 21st 05 10:27 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
How do I prevent a formula element from incrementing when copying Copying Excel Formulas Excel Worksheet Functions 3 September 8th 05 05:15 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


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