Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have a formula like this:
column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence thanks a lot |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(MOD(ROW(),4)=0,TEXT(H4,"yymmdd")&" "&G4,"") It will put "" in column M for each row that isn't in your selection. If that's not acceptable, let me know. "andresg1975" wrote: i have a formula like this: column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence thanks a lot |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANKS A LOT
"Barb Reinhardt" wrote: Try this: =IF(MOD(ROW(),4)=0,TEXT(H4,"yymmdd")&" "&G4,"") It will put "" in column M for each row that isn't in your selection. If that's not acceptable, let me know. "andresg1975" wrote: i have a formula like this: column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence thanks a lot |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With your formula in say M4 / M8 / M12 / M16
select M4:M19 (Note the cell is the last empty cell before you would next have a formula, then grab the the little black cross at the bottom right of your selection and drag down. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------- It's easier to beg forgiveness than ask permission :-) "andresg1975" wrote: i have a formula like this: column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence thanks a lot |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANKS A LOT
"Ken Wright" wrote: With your formula in say M4 / M8 / M12 / M16 select M4:M19 (Note the cell is the last empty cell before you would next have a formula, then grab the the little black cross at the bottom right of your selection and drag down. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------- It's easier to beg forgiveness than ask permission :-) "andresg1975" wrote: i have a formula like this: column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence thanks a lot |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome :-)
"andresg1975" wrote in message ... THANKS A LOT "Ken Wright" wrote: With your formula in say M4 / M8 / M12 / M16 select M4:M19 (Note the cell is the last empty cell before you would next have a formula, then grab the the little black cross at the bottom right of your selection and drag down. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------- It's easier to beg forgiveness than ask permission :-) "andresg1975" wrote: i have a formula like this: column m row 4 =text(h4,"yymmdd")&" "&g4 row 8 copy formula row 12 copy formula row 16 copy formula can someone let me know how to copy the formula in this sequence 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 | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
formula to use when number of rows changes dynamically | Excel Worksheet Functions |