Hi Guys
I'm looking for a way to make one row of many others, and summarize only the numbers they contain. My example is the following:
Raw data:
A1: Anything, B1: 2
A2: Something, B2: 6
A3: Something, B3: 1
A4: Nothing, B4: 1
The result I want:
A1: Anything, B1: 2
A2: Something, B2: 7
A3: Nothing, B4: 1
Bookmarks