list of names??

FLETCH515

New Member
Joined
Jul 3, 2019
Messages
5
currently have in column A, a list of names. In column L, I have a "yes" or "no". What formula would I use to produce a list, in column N, of the names that are "no".? Any help would be appreciated
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Have you tried filtering the list using column L as NO? Then, copy and paste from the A column to N.

Or, in N: =IF("No" = L2,A2,"") and fill down then filter on N.
 
Last edited:
Upvote 0
kweaver's idea is probably the fastest, but if you need a formula, try:


Book1
ALN
1NameFlagNo List
2AmyyesDan
3BobyesEliza
4ClarayesGiselle
5DannoIrene
6ElizanoJim
7Fredyes
8Giselleno
9Hankyes
10Ireneno
11Jimno
12Katyyes
13
Sheet1
Cell Formulas
RangeFormula
N2=IFERROR(INDEX($A:$A,AGGREGATE(15,6,ROW($A$2:$A$20)/(($L$2:$L$20="no")*($A$2:$A$20<>"")),ROWS($N$2:$N2))),"")
 
Upvote 0
Thank you. I was using the filtering but was looking to use a formula to basically paste the list onto a separate tab, hiding all the raw data. I should have explained that in the beginning, but thank you again.
 
Upvote 0
I thought I was responding straight to kweavers post, and then I was going to respond to eric's but....

Eric Thank you. That was exactly what I needed. thank you once again both for responding
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,765
Members
449,049
Latest member
greyangel23

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