Counting the numbers

Dexir

New Member
Joined
Oct 27, 2018
Messages
39
Office Version
  1. 2016
  2. 2013
Platform
  1. Windows
Greetings All,
i have this sheet, i want to make the summary of the question & viva. i want the result in L column like highlighted in Yellow color. please help.
 

Attachments

  • WhatsApp Image 2024-06-09 at 13.19.25_80f7e55b.jpg
    WhatsApp Image 2024-06-09 at 13.19.25_80f7e55b.jpg
    52.3 KB · Views: 15

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
I am not sure what your question is. What is "viva"? But, if you want to calculate the yellow, try this, in the light red:
Items 10 through 15 have no result because your sample data does not extend that far. But, I'm just guessing at that point.

Book1
ABCDEFGHIJKL
1Q
254321
31x144
42x233
53x400
64633
75800
86x101 
97124 
108143 
11150 
Sheet1
Cell Formulas
RangeFormula
L3:L11L3=IFERROR(IF(COUNTIF(INDEX($C$3:$G$10,I3,0),"x")=0,0, INDEX($C$2:$G$2,SUM((INDEX($C$3:$G$10,I3,0)="x")*(COLUMN(L2:P2)-11)))),"")
 
Upvote 0

Forum statistics

Threads
1,221,625
Messages
6,160,906
Members
451,677
Latest member
michellehoddinott

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