Extracting contents from a table to build a new list based on other criteria in the table

glad_ir

Board Regular
Joined
Nov 22, 2020
Messages
143
Office Version
  1. 2010
Platform
  1. Windows
Hi,

Please can I get some help.

I have a table in a sheet in cells B40:C60 that contains people's names in B40:B60 and a number between 0 and 1 associated with each name in C40:C60. I would like the sheet to extract any name in column B that has a number >0 associated with it in column C into a new list in column E starting at E5. I would like the new list in column E to update as the contents of B40:C60 change. I think one approach may be to use an array formula but my knowledge doesn't stretch that far!

Any help would be very much appreciated.

Thank you,
Iain
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How about
+Fluff 1.xlsm
BC
40A0
41B1
42C0
43D0
44E0
45F1
46G1
47H1
48I1
49J1
50K0
51L0
52M1
53N1
54O0
55P1
56Q1
57R0
58S1
59T1
60U1
Master

+Fluff 1.xlsm
E
1
2
3
4
5B
6F
7G
8H
9I
10J
11M
12N
13P
14Q
15S
16T
17U
18 
19 
20
21
Master
Cell Formulas
RangeFormula
E5:E19E5=IFERROR(INDEX($B$40:$B$60,AGGREGATE(15,6,(ROW($B$40:$B$60)-ROW($B$40)+1)/($C$40:$C$60>0), ROWS(E$5:E5))),"")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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