Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dave glynn
 
Posts: n/a
Default can i copy data without row numbers?

i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a worksheet
showing all payees paid in any one week, hiding all others. However the
resulting spreadsheet still retains the original row numbers as the zero
value rows are only hidden. Is there any way that I can have the spreadsheet
ignore the original row references so that the first payee is shown in row 1,
the seconf in row 2 etc?Thanks
  #2   Report Post  
Bernard Liengme
 
Posts: n/a
Default

Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However the
resulting spreadsheet still retains the original row numbers as the zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in row
1,
the seconf in row 2 etc?Thanks



  #3   Report Post  
dave glynn
 
Posts: n/a
Default

Hi Bernard

Thanks for answering.

The code simply goes through each row and hides the rows where the value in
column D is zero.

As a result I get a nice tidy sheet with only the positive values showing.
In turn this is transferred to the bank's system so tht I can make the
payments. The zero value rows are only hidden. I want to produce another
sheet where only the positive values appear so as to avoid the banks system
havving to read 600 entries, most of which are zero vales.

In the ideal world the value of (say) row17 would appear on row 1 of the new
sheet etc. However next week it might be that row 12 is the first payee etc.
Simply I want to take (say) 100 rows from sheet 1, regardless of row number
and transfer them to the first hundred rows on sheet 2.

Thanks

Dave.

ps: I tried to run the macro with "delete" instead of hide but it got stuck
once it eliminated the first row.

The first

"Bernard Liengme" wrote:

Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However the
resulting spreadsheet still retains the original row numbers as the zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in row
1,
the seconf in row 2 etc?Thanks




  #4   Report Post  
Jim May
 
Posts: n/a
Default

Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However the
resulting spreadsheet still retains the original row numbers as the zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in

row
1,
the seconf in row 2 etc?Thanks





  #5   Report Post  
Jim May
 
Posts: n/a
Default

In (new) A1 enter

better make that

In A2 enter



"Jim May" wrote in message
news:aa3Sd.52466$EG1.6656@lakeread04...
Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However

the
resulting spreadsheet still retains the original row numbers as the

zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in

row
1,
the seconf in row 2 etc?Thanks









  #6   Report Post  
dave glynn
 
Posts: n/a
Default

Thanks Jim gonna try it now

Dave

"Jim May" wrote:

In (new) A1 enter

better make that

In A2 enter



"Jim May" wrote in message
news:aa3Sd.52466$EG1.6656@lakeread04...
Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However

the
resulting spreadsheet still retains the original row numbers as the

zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in

row
1,
the seconf in row 2 etc?Thanks







  #7   Report Post  
dave glynn
 
Posts: n/a
Default

Hi Jim,

It works and gives me the same result as the macro but much more
effectively. However I am still stuck with the same row numbers. For example
my first payee this week is in row 17; the next in row 43 and so on.
Ultimately I have to send a file to the bank where row 17 on the old sheet is
on row 1 of a new sheet, 43 of the old on 2 of the new etc.. Thanks again

Dave

"Jim May" wrote:

In (new) A1 enter

better make that

In A2 enter



"Jim May" wrote in message
news:aa3Sd.52466$EG1.6656@lakeread04...
Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only 20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others. However

the
resulting spreadsheet still retains the original row numbers as the

zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is shown in

row
1,
the seconf in row 2 etc?Thanks







  #8   Report Post  
Jim May
 
Posts: n/a
Default

I'm a bit confused with what you mean.
If you'll send me the file I'll take a look at it.

Send to


"dave glynn" wrote in message
...
Hi Jim,

It works and gives me the same result as the macro but much more
effectively. However I am still stuck with the same row numbers. For

example
my first payee this week is in row 17; the next in row 43 and so on.
Ultimately I have to send a file to the bank where row 17 on the old sheet

is
on row 1 of a new sheet, 43 of the old on 2 of the new etc.. Thanks again

Dave

"Jim May" wrote:

In (new) A1 enter

better make that

In A2 enter



"Jim May" wrote in message
news:aa3Sd.52466$EG1.6656@lakeread04...
Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks

checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only

20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others.

However
the
resulting spreadsheet still retains the original row numbers as

the
zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is

shown in
row
1,
the seconf in row 2 etc?Thanks









  #9   Report Post  
JMay
 
Posts: n/a
Default

Just curious, but check your File, PageSetup, Sheet, Print Section for Row
and Column Headings..
Is it by chance checked? If so, Uncheck it..
If it was - Does that help?
Jim

"dave glynn" wrote in message
...
Hi Jim,

It works and gives me the same result as the macro but much more
effectively. However I am still stuck with the same row numbers. For

example
my first payee this week is in row 17; the next in row 43 and so on.
Ultimately I have to send a file to the bank where row 17 on the old sheet

is
on row 1 of a new sheet, 43 of the old on 2 of the new etc.. Thanks again

Dave

"Jim May" wrote:

In (new) A1 enter

better make that

In A2 enter



"Jim May" wrote in message
news:aa3Sd.52466$EG1.6656@lakeread04...
Insert a new Column A (give it the headername NewRow#
In (new) A1 enter =subtotal(3,$A$1:A1)
copy down from A2:A600

Engage the Auto-Filter on your table of data.

Now
Select from the appropriate FieldHeader dropdown the current weeks

checks
Only your Current weeks check should be visible.
Check out the content of Column A (now) !!
Does it Look like you want it to?
HTH



"Bernard Liengme" wrote in message
...
Rewrite the macro?
If you tell us the code someone may point the way.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"dave glynn" wrote in message
...
i have 600 potential payees in an excel spreadsheet. Of these only

20%
receive payment in any one week. By using macros I can produce a
worksheet
showing all payees paid in any one week, hiding all others.

However
the
resulting spreadsheet still retains the original row numbers as

the
zero
value rows are only hidden. Is there any way that I can have the
spreadsheet
ignore the original row references so that the first payee is

shown in
row
1,
the seconf in row 2 etc?Thanks









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
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 3 February 12th 05 02:04 AM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 11:05 PM
How do i copy columns of data in notepad into microsoft excel? JP New Users to Excel 2 February 10th 05 09:47 PM
How do i copy columns of data in notepad into excel? JJ Excel Discussion (Misc queries) 1 February 10th 05 09:21 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


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