Formula help please

YoshiPeanut

New Member
Joined
Apr 16, 2018
Messages
2
Hello, first time I have posted and need some help please. I have a table with 10 questions and people can choose from a drop down to say if a question is Critical, Essential or Recommended so I could end up with 3 Critical, 4 Essential and 3 Recommended etc. On a summary table I then want to show that if someone chooses at least one Critical from the 10 questions, Critical will show on the summary. If they don't choose any Critical but at least one Essential then Essential is shown on the summary etc. Is this possible? Thanks in advance.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
try this


Excel 2013/2016
AB
1RecommendedCritical
2Recommended
3Essential
4Essential
5Critical
6Critical
7Recommended
8Critical
9Critical
10Recommended
Sheet3
Cell Formulas
RangeFormula
B1=IF(COUNTIF(A1:A10,"Critical")>=1,"Critical",IF(COUNTIF(A1:A10,"Essential")>=1,"Essential",""))
 
Upvote 0

Forum statistics

Threads
1,214,988
Messages
6,122,620
Members
449,092
Latest member
amyap

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