rubbis_with_excel
New Member
- Joined
- Jan 19, 2004
- Messages
- 28
Hi,
I'm really struggling with a formula and I was hoping someone might be able to help.
I have a table such as this:
Name__System1__System2__System3
........................................................
Adam__100%....__0%.......__0%
Bill....__50%.....__50%......__0%
Claire__25%.....__25%......__50%
And in a separate sheet I want a formula to show each header when the relevant person's cell is not blank. Such as:
Name__Systems
........................
Adam__System1
Bill....__System1,System2
Claire__System1,System2,System3
The problem is that I can't use VBA and I can't add any columns or rows, so I need to house everything in the cell only.
Does anyone have any tidy solutions in mind?
Thanks
I'm really struggling with a formula and I was hoping someone might be able to help.
I have a table such as this:
Name__System1__System2__System3
........................................................
Adam__100%....__0%.......__0%
Bill....__50%.....__50%......__0%
Claire__25%.....__25%......__50%
And in a separate sheet I want a formula to show each header when the relevant person's cell is not blank. Such as:
Name__Systems
........................
Adam__System1
Bill....__System1,System2
Claire__System1,System2,System3
The problem is that I can't use VBA and I can't add any columns or rows, so I need to house everything in the cell only.
Does anyone have any tidy solutions in mind?
Thanks