I have an excel (generated from a polling app) in this format:
Person 1 Person 2 Person 3 Person 4
Option A Yes Yes
Option B Yes
Option C Yes
What I ultimately want is a list of the options and who selected each one.
People
Option A Person 1 | Person 4
Option B Person 2
Option C Person 3
====================
What I figured I need to do is first do a conditional find and replace that will check if there a particular column is not blank (or can check if contains "Yes"), and if so, replace that value with same column's row 1 value.
After that, would need to create a new column, where each cell checked in current row, and for each non blank value in that row, copy that value to the current cell.
I assume this will require a macro, which is beyond my Excel abilities. Welcome anyone who can help with this.
Person 1 Person 2 Person 3 Person 4
Option A Yes Yes
Option B Yes
Option C Yes
What I ultimately want is a list of the options and who selected each one.
People
Option A Person 1 | Person 4
Option B Person 2
Option C Person 3
====================
What I figured I need to do is first do a conditional find and replace that will check if there a particular column is not blank (or can check if contains "Yes"), and if so, replace that value with same column's row 1 value.
After that, would need to create a new column, where each cell checked in current row, and for each non blank value in that row, copy that value to the current cell.
I assume this will require a macro, which is beyond my Excel abilities. Welcome anyone who can help with this.