Hi all
In Row 1 I have the heading names i.e AAA BBB CCC DDD etc
What I would like in column P, it looks at that the cell value, and if there is a yes. it lists it in column P
So :-
In Row 1 I have the heading names i.e AAA BBB CCC DDD etc
What I would like in column P, it looks at that the cell value, and if there is a yes. it lists it in column P
So :-
PHP:
-----L---- | -----M---- | -----N---- | -----O---- | -----P---- |
----AAA--- | ---BBB--- | ---CCC--- | ---DDD--- | ANSWER-|
--- YES----|-----YES---|-----NO----|------NO---| AAA BBB |
-----NO----|-----NO----|-----NO----|-----NO----| (no value) |
-----NO----|-----YES---|-----NO----|-----NO----| ----BBB--- |
-----NO----|-----YES---|-----NO----|----YES----| BBB DDD |