Returning Calculations based on a search function?

jencha

New Member
Joined
Nov 10, 2017
Messages
20
Hello All, thanks in advance for your help! This may be an easier task than I'm making it out to be , but here's my predicament....

I have sheet1 where I am interested in making calculations over several months for instance:

Account Name# of 3 over 3 mos# 3 over 5 mos
Happy Account??

<tbody>
</tbody>


The sheet I would be building this table off of is as follows- columns are months
Account Nameoctnovdecjanfeb
OK Account33386
Happy Account0658895
Thrilled Account38638
blah Account33523

<tbody>
</tbody>


How do I fill in the counts?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Am I reading this correct?

There are NO occurrences of the number 3 for any of the Happy Account months.

Therefore, what's your expected output based on your example data?
 
Upvote 0
Maybe


Excel 2013/2016
QRSTUVWXYZ
2Account NameoctnovdecjanfebAccount Name# of 3 over 3 mos# 3 over 5 mos
3OK Account33386Happy Account00
4Happy Account658895
5Thrilled Account38638
6blah Account33523
Archive
Cell Formulas
RangeFormula
Y3=COUNTIF(INDEX(R3:T6,MATCH(X3,Q3:Q6,0),0),3)
Z3=COUNTIF(INDEX(R3:V6,MATCH(X3,Q3:Q6,0),0),3)
 
Upvote 0

Forum statistics

Threads
1,216,058
Messages
6,128,538
Members
449,456
Latest member
SammMcCandless

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