copy all rows with a certain value in one of the columns

emmerdales

New Member
Joined
Aug 15, 2017
Messages
1
Hi,

I run my companies sales tracker on Excel, and I am trying to populate a list of people with zero sales for the week etc.

employeetargetactualvstgt
ben200%
julie3133%
sarah200%

<tbody>
</tbody>

and it auto fill a section of zero sellers, so populate a list of names with a 0% in the vstgt column.

so I want:
Zero Sellers
Ben
Sarah
and auto add more here as the figures change

<tbody>
</tbody>


I will try and upload a sample file.

If anyone would be able to assist I would be very grateful.

thanks
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi,

I run my companies sales tracker on Excel, and I am trying to populate a list of people with zero sales for the week etc.

employeetargetactualvstgt
ben200%
julie3133%
sarah200%

<tbody>
</tbody>

and it auto fill a section of zero sellers, so populate a list of names with a 0% in the vstgt column.

so I want:
Zero Sellers
Ben
Sarah
and auto add more here as the figures change

<tbody>
</tbody>


I will try and upload a sample file.

If anyone would be able to assist I would be very grateful.

thanks

assuming table1 is in Sheet1 and table2 is in Sheet2:

A2 = IFERROR(INDEX(Sheet1!$A$2:$A$100,SMALL(IF(Sheet1!$D$2:$D$100=0,ROW(Sheet1!$D$2:$D$100),""),ROW()-1)-1),"") press CTRL+SHIFT+ENTER
 
Upvote 0

Forum statistics

Threads
1,216,175
Messages
6,129,299
Members
449,499
Latest member
HockeyBoi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top