Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default COPY FORMULA EVERY TWO ROWS

how can i copy formula every two rows

lets say

=if(E9<=$E$4,$E$4,E9)
BLANK CELL
BLANK CEEL
=IF(E12<=$E$4,$E$4,E12)
BLANK CELL
BLANK CELL

AND SO ON

THANKS A LOT
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default COPY FORMULA EVERY TWO ROWS

Select the cell with formula and the two blanks cells below
Now drag the fill handle (solid square in lower right corner of selection
This puts a formula in every THIRD cell which seems to be what you want
notwithstanding the subject text.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"andresg1975" wrote in message
...
how can i copy formula every two rows

lets say

=if(E9<=$E$4,$E$4,E9)
BLANK CELL
BLANK CEEL
=IF(E12<=$E$4,$E$4,E12)
BLANK CELL
BLANK CELL

AND SO ON

THANKS A LOT



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default COPY FORMULA EVERY TWO ROWS

F9 =IF(MOD(ROW(),3)=0,MAX($E$4,E9),"")

Copy down as fas as need it


"andresg1975" wrote:

how can i copy formula every two rows

lets say

=if(E9<=$E$4,$E$4,E9)
BLANK CELL
BLANK CEEL
=IF(E12<=$E$4,$E$4,E12)
BLANK CELL
BLANK CELL

AND SO ON

THANKS A LOT

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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
Copy formula with skipping rows Fewebber Excel Worksheet Functions 0 June 6th 06 04:12 PM
how do i copy rows using critera in a formula? tim_302ford Excel Worksheet Functions 1 August 19th 05 07:06 AM
formula to use when number of rows changes dynamically confused Excel Worksheet Functions 3 August 17th 05 03:55 PM


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