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.
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.