Sum Formula Based Off Text

DShack

Board Regular
Joined
Jan 15, 2014
Messages
64
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello...

I have a list of text fields that have several names with numbers associated to each one of them of which i'm trying to sum and lookup onto another sheet that has the same text field but only one of them. For example.
[TABLE="width: 206"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Travel Offices[/TD]
[TD]4,564[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 175,048[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 67,534[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 17,278[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 51,040[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 5,267[/TD]
[/TR]
[TR]
[TD]Travel Offices[/TD]
[TD] 2,293

[/TD]
[/TR]
</tbody>[/TABLE]


But i want to be able to sum all of these into one line that reads Travel Offices but on another tab within Excel. Is this possible. There are several lines that are similar to this...another example:

Search 19,254
Search 1,284
Search 7,618

I tried an index match formula but i need to add something else to this but i'm not sure what. Please help.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Try this.
Copy the column with the duplicate names into another tab.
Then under the DATA ribbon use REMOVE DUPLICATES to get a unique list.
Then use SUMIF to add the data.

Excel Workbook
AB
1Travel Offices323,024
2Search28,156
Sheet 2
Excel Workbook
AB
1Travel Offices4,564
2Travel Offices175,048
3Travel Offices67,534
4Travel Offices17,278
5Travel Offices51,040
6Travel Offices5,267
7Travel Offices2,293
8Search19,254
9Search1,284
10Search7,618
Sheet 1
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top