viralnerd2013
New Member
- Joined
- Apr 8, 2013
- Messages
- 21
Hello Excel Gurus,
I am hoping you can help me with a macro that can handle this task:
If the cells in columns A, B, C, D, E, F, and G are identical in any number of rows, then add the values in columns H and I and report one row.
Input example
<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Output
<tbody>
</tbody>
<tbody>
</tbody>
Any help will be greatly appreciated!
Thanks.
I am hoping you can help me with a macro that can handle this task:
If the cells in columns A, B, C, D, E, F, and G are identical in any number of rows, then add the values in columns H and I and report one row.
Input example
Item | Platform | Visit | Pos | RefCov | Ref | Sub | SubCov | Frequency |
TEST | NGS | VISIT | 660 | 37161 | Ile | Val | 35961 | 0.9677 |
TEST | NGS | VISIT | 660 | 37161 | Ile | Val | 683 | 0.0184 |
TEST | NGS | VISIT | 660 | 37161 | Ile | Val | 374 | 0.0101 |
<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Output
Item | Platform | Visit | Pos | RefCov | Ref | Sub | SubCov | Frequency |
<tbody>
</tbody>
TEST | NGS | VISIT | 660 | 37161 | Ile | Val | 37018 | 0.9962 |
<tbody>
</tbody>
Any help will be greatly appreciated!
Thanks.