palmer41420
New Member
- Joined
- Aug 16, 2012
- Messages
- 14
I have a spreadsheet that contains several thousands of rows of data for my clients. I would like to combine the rows with the same "Unique ID" into one row but sum the data from one column("Absences") to be displayed in the new row with all of the original data. The table has this format:
School Grade Unique ID Ethnicity Gender Absences
WES 5 4566 W M 2
WES 5 4566 W M 4
FLE 1 4243 B M 1
FLE 1 4243 B M 1
FLE 1 4243 B M 3
UGE 4 5464 H F 2
UGE 4 5464 H F 3
UGE 4 5464 H F 1
The table I need to return would look like this:
School Grade Unique ID Ethnicity Gender Absences
WES 5 4566 W M 6
FLE 1 4243 B M 5
UGE 4 5464 H F 6
I feel like I am stuck between SUMIF and VLOOKUP. Is there a way to do this with a formula? I know this can easily be accomplished with a Pivot Table but I need the data to be in table format so it can be filtered and sorted easily by beginner level excel users.
School Grade Unique ID Ethnicity Gender Absences
WES 5 4566 W M 2
WES 5 4566 W M 4
FLE 1 4243 B M 1
FLE 1 4243 B M 1
FLE 1 4243 B M 3
UGE 4 5464 H F 2
UGE 4 5464 H F 3
UGE 4 5464 H F 1
The table I need to return would look like this:
School Grade Unique ID Ethnicity Gender Absences
WES 5 4566 W M 6
FLE 1 4243 B M 5
UGE 4 5464 H F 6
I feel like I am stuck between SUMIF and VLOOKUP. Is there a way to do this with a formula? I know this can easily be accomplished with a Pivot Table but I need the data to be in table format so it can be filtered and sorted easily by beginner level excel users.