문제

What is the easiest way to convert this data set,

enter image description here

into this data set?

enter image description here

Basically, I want to get rid of the duplicate Equipment numbers and consolidate the data for each into a single row.

도움이 되었습니까?

해결책

Select the data range, click Insert - Pivot table.

Drag Equipment Number to the Rows area, the rest fields to the Data area.
Change aggregation function on all data area fields from Count to Sum.
In the table settings, untick grand totals for rows and columns.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top