Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 200
Default Offset every # of Rows

Enter in Cell I800

=OFFSET(I$63,16*(ROW()-800),0)

and fill down.

Alan Beban

Javier Diaz wrote:
Hello everyone, this is something I could just say = A1 then A=17 then A so
and so. But why, when I could use an offset formula, but jeezz louise, I
cant get it to work. I need a formula in I800to look at I63 bring back the
data, then on I801 to bring back I79 then on I802 to bring back I95. How can
I do this guys and gals.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Offset every # of Rows

Wow Alan, that was great, I resorted to just putting OFFSET(I$63,$H393,,1)
where $H393 and 394 and 395 increments by 13, but your formula is perfect, I
just changed the 16 to a 13 and the 800 to a 391 where the formula Starts.
You rock!

"Alan Beban" wrote:

Enter in Cell I800

=OFFSET(I$63,16*(ROW()-800),0)

and fill down.

Alan Beban

Javier Diaz wrote:
Hello everyone, this is something I could just say = A1 then A=17 then A so
and so. But why, when I could use an offset formula, but jeezz louise, I
cant get it to work. I need a formula in I800to look at I63 bring back the
data, then on I801 to bring back I79 then on I802 to bring back I95. How can
I do this guys and gals.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Offset every # of Rows

i'LL JUST TRY TO FIGURE OUT HOW TO CHANGE THE STRICTNESS OF THAT 800, i DONT
KNOW HOW INSERTING A ROW SOMEWHERE COULD CORRUPT THIS FORMULA. i'LL HAVE TO
TEST IT.

"Alan Beban" wrote:

Enter in Cell I800

=OFFSET(I$63,16*(ROW()-800),0)

and fill down.

Alan Beban

Javier Diaz wrote:
Hello everyone, this is something I could just say = A1 then A=17 then A so
and so. But why, when I could use an offset formula, but jeezz louise, I
cant get it to work. I need a formula in I800to look at I63 bring back the
data, then on I801 to bring back I79 then on I802 to bring back I95. How can
I do this guys and gals.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Offset every # of Rows

That is a good reason for not using ROW()

=OFFSET(I$63,16*(ROWS($A$1:A1)-1),)


can be put anywhere and it will not be affected if you delete or insert rows

I would also use INDEX instead of OFFSET since it's not volatile


Finally, don't use caps when posting, it is considered impolite




--
Regards,

Peo Sjoblom




"Javier Diaz" wrote in message
...
i'LL JUST TRY TO FIGURE OUT HOW TO CHANGE THE STRICTNESS OF THAT 800, i
DONT
KNOW HOW INSERTING A ROW SOMEWHERE COULD CORRUPT THIS FORMULA. i'LL HAVE
TO
TEST IT.

"Alan Beban" wrote:

Enter in Cell I800

=OFFSET(I$63,16*(ROW()-800),0)

and fill down.

Alan Beban

Javier Diaz wrote:
Hello everyone, this is something I could just say = A1 then A=17 then
A so
and so. But why, when I could use an offset formula, but jeezz louise,
I
cant get it to work. I need a formula in I800to look at I63 bring back
the
data, then on I801 to bring back I79 then on I802 to bring back I95.
How can
I do this guys and gals.




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
OFFSET function in named range returning wrong # of rows Heidi Excel Worksheet Functions 5 March 20th 07 10:15 PM
Offset Eva Excel Worksheet Functions 1 January 30th 07 01:39 AM
Offset Help Hunter Excel Worksheet Functions 5 January 26th 07 02:21 PM
creating columns with data from offset rows Scott Kelley Excel Discussion (Misc queries) 2 November 14th 05 02:15 AM
Max Offset Voodoodan Excel Discussion (Misc queries) 19 May 26th 05 11:47 AM


All times are GMT +1. The time now is 08:29 AM.

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"