Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible? | Excel Worksheet Functions | |||
Lookup Data in two seperate Spreadsheets | Excel Worksheet Functions | |||
Copy formula with skipping rows | Excel Worksheet Functions | |||
how do i copy rows using critera in a formula? | Excel Worksheet Functions | |||
formula to use when number of rows changes dynamically | Excel Worksheet Functions |