aprilannperry
New Member
- Joined
- Aug 25, 2014
- Messages
- 4
I have a table for which I'd like to return the following results:
Name 1, Criteria 1 and Criteria 2. Criteria 1 and 2 are located in the same column. I think this is throwing me off but the spreadsheet needs to be setup that way. The spreadsheet looks like this:
<tbody>
</tbody>
<colgroup><col><col><col span="4"></colgroup><tbody>
</tbody>I have attempted to us an index/match formula with no luck. Any suggestions?
Thanks!
Name 1, Criteria 1 and Criteria 2. Criteria 1 and 2 are located in the same column. I think this is throwing me off but the spreadsheet needs to be setup that way. The spreadsheet looks like this:
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | |
Row 1 | Criteria 1 | Criteria 1 | Criteria 1 | Criteria 1 | |
Row 2 | Name | Criteria 2 | Criteria 3 | Criteria 4 | Criteria 5 |
Row 3 | Name 1 | ||||
Row 4 | Name 2 | ||||
Row 5 | Name 3 |
<tbody>
</tbody>
<colgroup><col><col><col span="4"></colgroup><tbody>
</tbody>
Thanks!