combining data using 2 filters

YUAN_DUMALE

New Member
Joined
Oct 23, 2014
Messages
11
Hi,

I want to combine the amount paid on the table below. However, I am planning to filter it first by employee ID then by claim type.

Please refer below:

Employee IDCompanyEmployee NameApplicable MonthClaim TypeAmount Paid
1234testCruz, JuanAprilTravel and Holidays923.00
1234testCruz, JuanAprilWellness and Welfare646.00
1234testCruz, JuanAprilSavings and Investment1250.00
1235testDoe, JohnAprilEducation100.00
1235testDoe, JohnAprilEducation100.00
1235testDoe, JohnAprilSavings and Investment500.00
1235testDoe, JohnAprilWellness and Welfare600.00


<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Output should be:

Employee IDCompanyEmployee NameApplicable MonthClaim TypeAmount Paid
1234testCruz, JuanAprilTravel and Holidays923.00
1234testCruz, JuanAprilWellness and Welfare646.00
1234testCruz, JuanAprilSavings and Investment1250.00
1235testDoe, JohnAprilEducation200.00
1235testDoe, JohnAprilSavings and Investment500.00
1235testDoe, JohnAprilWellness and Welfare600.00

<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>


Thank you so much in advance. ^_^
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

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