I have a spreadsheet that is similiar to this example:
Column C Column D Column E Column F Column G Column H ......
AN1234 25 AN1234 32 AN9876 21
AN3432 20 AN9876 20 AN1234 10
I need to sum each unique number from columns C,E,G, and so on with the result number from D, F, H, ....
Result needed:
AN1234 67
AN9876 41
AN3432 20
There are many rows and many columns. Do I need a database within excel. I don't have ACCESS knowledge so I need to stay with Excel.
Any suggestions or do you need more information?
Thanks.
Column C Column D Column E Column F Column G Column H ......
AN1234 25 AN1234 32 AN9876 21
AN3432 20 AN9876 20 AN1234 10
I need to sum each unique number from columns C,E,G, and so on with the result number from D, F, H, ....
Result needed:
AN1234 67
AN9876 41
AN3432 20
There are many rows and many columns. Do I need a database within excel. I don't have ACCESS knowledge so I need to stay with Excel.
Any suggestions or do you need more information?
Thanks.