How to get a particular cell with multiple criteria in Excel

RKExcel

New Member
Joined
Jun 15, 2012
Messages
1
I have few columns in my sheet where I need to count rows based on multiple criteras (like all rows with Col A ="ABC" AND Col C = "XXX" AND Col Date between XX and YY).

I'm able to count the rows using SUMPRODUCT but I wanted to concate one column value for all selected rows.

example data -
Area Name Activity Details Date
A2A abc Scripting PRG6868 April 2, 2012
A2A abc Testing PRG6868 April 4, 2012
P2P xyz Enhancements PRG6868 April 2, 2012
P2P xyz Enhancements PRG1234 April 3, 2012
A2A xyz Testing PRG1234 April 10, 2012

Criteria -
Area Activity Date
A2A Testing between 03Apr2012 to 10April 2012

To be calculated -
1. Get the count for above criteria
2. Concat 'Details' for all such rows and display in a new column.

Expected Result -
1) 2, 2) PRG6868, PRG1234
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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