Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Herr Li
 
Posts: n/a
Default deleting any unnessary rows

Dear friends,

I have worksheet called products list.
Inside there are 2 columns:
A1: Item Code
A2: Quantity

We have about 300 items. I share this worksheet with my clients. Each time
when my client place order to me, he will fill in the quantity of the
corresponding item.
But of course, my client cannot buy all the items in his order, so for those
item he don't want to buy, he just leave the 'Quantity' cell as blank (he
will not enter the digit zero inside the cell).

After receiving this worsheet, now I have to manually deleted the rows that
contain the item which my client does not want to order.

Can anyone tell me how I can do this job automatically?

Thanks a lot

Li Haibo



  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

There are many ways to tackle this problem. Here are 2 possible solutions.

1. Use Autofilter
Highlight A1:B1 (I assume that since you say there are 2 columns, you mean
A1 is Item Code and B1 is Quantity, not as you have written it.
Choose DateFilterAutofilter
Select the drop down on column B and select non blanks, this will show just
the items which have quatitities against them.

2. Sort the data
Mark the block of data from A1:B300
DataSort using column B
All the rows with a quatity entered will now be at the top of the list.


--
Regards
Roger Govier
"Herr Li" wrote in message
...
Dear friends,

I have worksheet called products list.
Inside there are 2 columns:
A1: Item Code
A2: Quantity

We have about 300 items. I share this worksheet with my clients. Each time
when my client place order to me, he will fill in the quantity of the
corresponding item.
But of course, my client cannot buy all the items in his order, so for
those item he don't want to buy, he just leave the 'Quantity' cell as
blank (he will not enter the digit zero inside the cell).

After receiving this worsheet, now I have to manually deleted the rows
that contain the item which my client does not want to order.

Can anyone tell me how I can do this job automatically?

Thanks a lot

Li Haibo





  #3   Report Post  
Herr Li
 
Posts: n/a
Default

Thanks alot, it really helps£”
"Roger Govier" bl...
There are many ways to tackle this problem. Here are 2 possible solutions.

1. Use Autofilter
Highlight A1:B1 (I assume that since you say there are 2 columns, you mean
A1 is Item Code and B1 is Quantity, not as you have written it.
Choose DateFilterAutofilter
Select the drop down on column B and select non blanks, this will show
just the items which have quatitities against them.

2. Sort the data
Mark the block of data from A1:B300
DataSort using column B
All the rows with a quatity entered will now be at the top of the list.


--
Regards
Roger Govier
"Herr Li" wrote in message
...
Dear friends,

I have worksheet called products list.
Inside there are 2 columns:
A1: Item Code
A2: Quantity

We have about 300 items. I share this worksheet with my clients. Each
time when my client place order to me, he will fill in the quantity of
the corresponding item.
But of course, my client cannot buy all the items in his order, so for
those item he don't want to buy, he just leave the 'Quantity' cell as
blank (he will not enter the digit zero inside the cell).

After receiving this worsheet, now I have to manually deleted the rows
that contain the item which my client does not want to order.

Can anyone tell me how I can do this job automatically?

Thanks a lot

Li Haibo







  #4   Report Post  
Ken Wright
 
Posts: n/a
Default

Another option is to select the colomn with the blanks, do edit / go to /
special / blank cells only, then do edit / delete / Entire row.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------


"Herr Li" wrote in message
...
Thanks alot, it really helps£”
"Roger Govier"
bl...
There are many ways to tackle this problem. Here are 2 possible
solutions.

1. Use Autofilter
Highlight A1:B1 (I assume that since you say there are 2 columns, you
mean A1 is Item Code and B1 is Quantity, not as you have written it.
Choose DateFilterAutofilter
Select the drop down on column B and select non blanks, this will show
just the items which have quatitities against them.

2. Sort the data
Mark the block of data from A1:B300
DataSort using column B
All the rows with a quatity entered will now be at the top of the list.


--
Regards
Roger Govier
"Herr Li" wrote in message
...
Dear friends,

I have worksheet called products list.
Inside there are 2 columns:
A1: Item Code
A2: Quantity

We have about 300 items. I share this worksheet with my clients. Each
time when my client place order to me, he will fill in the quantity of
the corresponding item.
But of course, my client cannot buy all the items in his order, so for
those item he don't want to buy, he just leave the 'Quantity' cell as
blank (he will not enter the digit zero inside the cell).

After receiving this worsheet, now I have to manually deleted the rows
that contain the item which my client does not want to order.

Can anyone tell me how I can do this job automatically?

Thanks a lot

Li Haibo









  #5   Report Post  
Herr Li
 
Posts: n/a
Default

Yes, Ken, acutally, I am now using the method you mentioned.

Thank you for all you of you again!

Regards

Li Haibo


"Ken Wright" ...
Another option is to select the colomn with the blanks, do edit / go to /
special / blank cells only, then do edit / delete / Entire row.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------?-----------------------------?---------------
It's easier to beg forgiveness than ask permission :-)
------------------------------?-----------------------------?---------------


"Herr Li" wrote in message
...
Thanks alot, it really helps£”
"Roger Govier" bl...
There are many ways to tackle this problem. Here are 2 possible
solutions.

1. Use Autofilter
Highlight A1:B1 (I assume that since you say there are 2 columns, you
mean A1 is Item Code and B1 is Quantity, not as you have written it.
Choose DateFilterAutofilter
Select the drop down on column B and select non blanks, this will show
just the items which have quatitities against them.

2. Sort the data
Mark the block of data from A1:B300
DataSort using column B
All the rows with a quatity entered will now be at the top of the list.


--
Regards
Roger Govier
"Herr Li" wrote in message
...
Dear friends,

I have worksheet called products list.
Inside there are 2 columns:
A1: Item Code
A2: Quantity

We have about 300 items. I share this worksheet with my clients. Each
time when my client place order to me, he will fill in the quantity of
the corresponding item.
But of course, my client cannot buy all the items in his order, so for
those item he don't want to buy, he just leave the 'Quantity' cell as
blank (he will not enter the digit zero inside the cell).

After receiving this worsheet, now I have to manually deleted the rows
that contain the item which my client does not want to order.

Can anyone tell me how I can do this job automatically?

Thanks a lot

Li Haibo











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
Find duplicate rows then deleting them SSHO_99 Excel Worksheet Functions 4 May 4th 07 11:17 AM
Deleting and only viewing selected rows acjc7602 Excel Discussion (Misc queries) 3 July 8th 05 01:07 AM
Deleting unwanted and empty rows.... Jim New Users to Excel 3 July 5th 05 05:21 AM
Deleting unwanted and empty rows... Jim Excel Discussion (Misc queries) 2 July 4th 05 11:12 PM
Deleting rows containing common data gcotterl Excel Discussion (Misc queries) 1 January 4th 05 12:58 AM


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