Formula to return multiple answers

Mccudden

New Member
Joined
Oct 4, 2017
Messages
3
Hi Everyone,

I am looking for help with a formula to return multiple answers depending a cells input.

For example:

6 = Good performance
5 = Satisfactory performance
4 = Acceptable performance
3 =Requires improvement*

and so.

and so on. I have a basic formula =IF(ISNUMBER(SEARCH("6",B9)),"Good performance","") but I cant seem to adapt it.

Any help will be very much appreciated.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Perhaps something like = CHOOSE(B9-2,{"requires improvement*","Acceptable performance","Satisfactory performance","Good performance"})
 
Upvote 0
You're welcome
You can also replace the hard coded array with a range reference, giving more flexibility
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,659
Members
449,114
Latest member
aides

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