Filling a matrix with records

juanjoge

New Member
Joined
Sep 15, 2014
Messages
13
Office Version
  1. 365
Platform
  1. Windows
Hello, I have a list of data that I want to use to fill a matrix, the interesting thing in this case is that I need to fill it with the values of one of the columns. In the example that I put in the image I managed to count with the function COUNT.IF.SET , the number of records that have the two conditions (hig and 2; Hig and 5; Modearado and 2; and Moderado and 5).

What I need is , to obtain the matrix where the names of the technologies according to the High or Moderate and the number of years are shown.


Thank you very much for your support
2023-11-15 19_09_05-Tabla Mark.xlsx - Excel.png
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
What is COUNT.IF.SET? That is not a standard Excel function.

What version of Excel are you using? Solution will vary depending on version. (I suggest you update your profile to show it.)

For later versions I would use this for each of the four quadrants, making the appropriate changes.
Rich (BB code):
=FILTER(Table1[Technology],(Table1[Years To]=2)*(Table1[Benefit]="High"))

Get rid of the merged cells, they're nothing but bad news.
 
Upvote 0
What is COUNT.IF.SET? That is not a standard Excel function.

What version of Excel are you using? Solution will vary depending on version. (I suggest you update your profile to show it.)

For later versions I would use this for each of the four quadrants, making the appropriate changes.
Rich (BB code):
=FILTER(Table1[Technology],(Table1[Years To]=2)*(Table1[Benefit]="High"))

Get rid of the merged cells, they're nothing but bad news.
HI, many thanks , the version is 365- 2308
 
Upvote 0
What is COUNT.IF.SET? That is not a standard Excel function.

What version of Excel are you using? Solution will vary depending on version. (I suggest you update your profile to show it.)

For later versions I would use this for each of the four quadrants, making the appropriate changes.
Rich (BB code):
=FILTER(Table1[Technology],(Table1[Years To]=2)*(Table1[Benefit]="High"))

Get rid of the merged cells, they're nothing but bad news.
Works perfect, many many thanks!!!
 
Upvote 0
Glad to help! Also I didn't know the name of your table but I guess you worked it out.
 
Upvote 0

Forum statistics

Threads
1,215,176
Messages
6,123,464
Members
449,100
Latest member
sktz

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