How to CONCATENATE with different criteria with changing data.

phamc

New Member
Joined
Feb 1, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
So I am trying to find the right formula using sumifs to concatenate days into one line in a workbook. Based on the task description and the Name i'm trying to come up with a formula that will give me the end result of what is in Column "J".

The work book has multiple names and task description. Overall I hitting a wall to come up with a formula that will give me all the number in Column "C" if it has the same name and task description. This data will then be filtered using the Pivot table so the repetition of the same info will be filter out.

1643752019601.png
 

Attachments

  • 1643751863050.png
    1643751863050.png
    43.5 KB · Views: 10

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Maybe:

Code:
J2 ="Dec "&TEXTJOIN(",",TRUE,IF($F$2:$F$12=F2,IF($I$2:$I$12=I2,$C$2:$C$12,""),""))

Copied down
 
Upvote 0
Solution

Forum statistics

Threads
1,214,651
Messages
6,120,742
Members
448,989
Latest member
mariah3

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