LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Skipping cells in a formula

(Excel 2000 9.0.3821 SR-1)

So ive got this text file that is dumped from our reports server an
unfortunaetly it isnt csv... so i've imported it and such and in a ne
sheet using sheet refs have it pull the data across i want... what i'
like to be able todo is highlite the row and use the drag handle an
have it pull the rest of the data thusly so i can macro it... howeve
the data i want skips every 6 rows...i tried using an offset and the
dragging it, but when i do that, it still increments by one... also
due to pagination this set of 6 rows happens 7 times, then skips 3
rows and starts over... so:

7 x 6 row offset
1 x 30 row offset

and so on

any ideas? i can post images of the imported text file with highlite
contents desired and an image of the destination sheet if that helps a
all... i really dont know any marco writing but this is kinda what
needs to happen

<Macro
//easy part i can do
Create blank sheet
open text file and set all the columns and junk
add headings to columns in new sheet

//Where I have no idea

for (row=1,row<the number of rows in column A of imported tex
file,rows++)
{
starting @ given row in imported text file

for (i=1,i<7,i++)
{
skip every 6 rows and pull data over into new sheet
}
for (skip=1,rows<30,i++)
{
skip these rows
}
}
</Macro
something like that... i thin

--
Message posted from http://www.ExcelForum.com

 
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
reference row on another sheet skipping zeros but not skipping li. Brennan Downes Excel Discussion (Misc queries) 2 April 2nd 23 01:28 PM
Skipping cells in a formula Brian Excel Worksheet Functions 4 June 6th 07 09:17 PM
skipping cells just1creation Excel Discussion (Misc queries) 2 June 27th 06 05:32 PM
repeat a formula, skipping cells Hucleberry Hound Excel Discussion (Misc queries) 1 October 3rd 05 03:30 PM
Subtraction formula for consecutive cells in a column, skipping blanks [email protected] Excel Worksheet Functions 2 September 16th 05 12:20 AM


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