Formula Help Needed for Looking at 2 Columns of Data

akvpv6

New Member
Joined
May 1, 2023
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Good Morning,

I am looking for some assistance with coming up with a formula. Using my attached image you will see in column G there are Hold Reasons and in Column H there are Root Causes. I need a formula that can be used in a new column that shows a count of the different combinations possible between column G and H. For example, I'd like a count of how many times the IOA hold is used with every possible Root Cause option, and how many times the hold reason TD is used with every possible Root Cause option, etc.

I also included a picture of every Hold Reason and every Root Cause if needed in a formula.

I appreciate any possible help and please let me know if you need any additional details!
 

Attachments

  • Hold RC Pic.PNG
    Hold RC Pic.PNG
    25.2 KB · Views: 14
  • Hold RC Pic 2.PNG
    Hold RC Pic 2.PNG
    19.1 KB · Views: 14

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Check this and revert -

Excel Formula:
=Countifs(G:G,G2,H:H,H2)

Although with your structured table we can change column references to table columns
 
Upvote 0
Solution

Forum statistics

Threads
1,215,480
Messages
6,125,053
Members
449,206
Latest member
Healthydogs

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