Hi,
In one worksheet, I have the following data.
[TABLE="width: 483"]
<tbody>[TR]
[TD][TABLE="width: 483"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]Date[/TD]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Total Duration[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]28/08/2014[/TD]
[TD="align: right"]9:00:00[/TD]
[TD="align: right"]13:30:00[/TD]
[TD="align: right"]4:30:00[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]29/08/2015[/TD]
[TD="align: right"]10:00:00[/TD]
[TD="align: right"]12:00:00[/TD]
[TD="align: right"]2:00:00[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]29/08/2016[/TD]
[TD="align: right"]17:00:00[/TD]
[TD="align: right"]17:30:00[/TD]
[TD="align: right"]0:30:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD]28/08/2017[/TD]
[TD="align: right"]14:00:00[/TD]
[TD="align: right"]16:00:00[/TD]
[TD="align: right"]2:00:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD]28/08/2018[/TD]
[TD="align: right"]17:00:00[/TD]
[TD="align: right"]18:00:00[/TD]
[TD="align: right"]1:00:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In another worksheet, where the unique value in column A is given, I need to get the sum of values in column E for unique values in column A, i.e. Registration = 7:00:00, like:
[TABLE="width: 348"]
<tbody>[TR]
[TD][TABLE="width: 348"]
<tbody>[TR]
[TD][TABLE="width: 348"]
<tbody>[TR]
[TD]C[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]Duration[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]7:00:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Enquiry[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Convert External Registrations[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Card[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What is the formula to match the unique values in the same sheet, match it with another sheet and fetch the sum of unique values?
In one worksheet, I have the following data.
[TABLE="width: 483"]
<tbody>[TR]
[TD][TABLE="width: 483"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]Date[/TD]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Total Duration[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]28/08/2014[/TD]
[TD="align: right"]9:00:00[/TD]
[TD="align: right"]13:30:00[/TD]
[TD="align: right"]4:30:00[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]29/08/2015[/TD]
[TD="align: right"]10:00:00[/TD]
[TD="align: right"]12:00:00[/TD]
[TD="align: right"]2:00:00[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]29/08/2016[/TD]
[TD="align: right"]17:00:00[/TD]
[TD="align: right"]17:30:00[/TD]
[TD="align: right"]0:30:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD]28/08/2017[/TD]
[TD="align: right"]14:00:00[/TD]
[TD="align: right"]16:00:00[/TD]
[TD="align: right"]2:00:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD]28/08/2018[/TD]
[TD="align: right"]17:00:00[/TD]
[TD="align: right"]18:00:00[/TD]
[TD="align: right"]1:00:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In another worksheet, where the unique value in column A is given, I need to get the sum of values in column E for unique values in column A, i.e. Registration = 7:00:00, like:
[TABLE="width: 348"]
<tbody>[TR]
[TD][TABLE="width: 348"]
<tbody>[TR]
[TD][TABLE="width: 348"]
<tbody>[TR]
[TD]C[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]Duration[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]7:00:00[/TD]
[/TR]
[TR]
[TD]Search[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Enquiry[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Convert External Registrations[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Card[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What is the formula to match the unique values in the same sheet, match it with another sheet and fetch the sum of unique values?
Last edited: