• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How do I have Excel create a list of items that have and “X” in an indicated column

Resolved: How do I have Excel create a list of items that have and “X” in an indicated column

0
By Isaac Tonny on 16/03/2023 Issue
Share
Facebook Twitter LinkedIn

In this post, we will see how to resolve How do I have Excel create a list of items that have and “X” in an indicated column

Question:

I am trying to find a way in Excel to generate list of people that have read a procedure on a second sheet. In the table we are reading the people who have done it are indicated with an “X” next to their name
For example (These are not real names):
Name Procedure 001 Read Procedure 002 Read
Bob Smith X
Jeff Smith
Alan Jones X
Scott Rogers
Nick Davis X

I would want the results to be:
Procedure 001 Procedure 002
Alan Jones Bob Smith
Nick Davis

I tried using lookup and vlookup functions, but I could not figure out how to make them do what I was expecting.
Any suggestions or help is greatly appreciated!

Best Answer:

Using Structured References with table name = Table1
For the Header Row:
=SUBSTITUTE(INDEX(Table1[#Headers],1,SEQUENCE(,COLUMNS(Table1)-1,2))," Read","")
For the Columns (and fill across as needed)
Original
enter image description here
Results
enter image description here

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com

excel excel-formula
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Using AWK to count multiple patterns in a file

01/04/2023

Resolved: significance letter above bar graphic in wrong order

01/04/2023

Resolved: VBA – Applying border around the areas with value/text

01/04/2023

Comments are closed.

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.