HELP. How to find matching dates in 2 different columns, then count multiple texts within another column totaling in another column

jqadri

New Member
Joined
Jul 14, 2017
Messages
7
Long story short for you all :

There has been an update in my system at work and the beautiful data tracker that I was given to take over is not able to accurately display information anymore due to word modifications.

I'm a newbie to excel too.

Logic:
If column J (full of dates) matches specific date in a cell that is in column W) then find 5 different words from column C and put the total in column AA.

Tried:=COUNTIFS(J:J,W536,C:C,"word1")+COUNTIFS(J:J,W536,C:C,"word2")+COUNTIFS(J:J,W536,C:C,"word3")+COUNTIFS(J:J,W536,C:C,"word4")+COUNTIFS(J:J,W536,C:C,"x word5")

=INDEX(J:J,MATCH(W535,C:C,"word1","word2" etc

=


<tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
If I'm understanding correctly maybe something like....

=SUM(COUNTIFS(J2:J5000,W535,C2:C5000,{"word1","word2","word3","word4","word5"}))
 
Upvote 0

Forum statistics

Threads
1,215,493
Messages
6,125,131
Members
449,206
Latest member
burgsrus

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