Pulling out my hair trying to figure out this formula... please help!

Vertigobubba

New Member
Joined
Jul 16, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,
I am very basic when it comes to excel, and thought I could figure this one out, but alas, I need help please.

I have a drop down list in column E, cell that has the following options:

Low, Medium, Medium-High, High, New

Depending on on that choice, I would like to return a value in Column M, to reflect the following parameters:

If Low or Medium = 36
If Medium-High = 24
If High or New = 12

I know this is a nested formula, but I cannot get it to work.

Also,
Working on another forumla, and maybe it can be incorporacted here, that if a “5” is populated in Column H, it will override the above and put "12" in the same return values cell as per above.

I appreciate any direction.

Thank you!
 

Attachments

  • Picture1.jpg
    Picture1.jpg
    24.4 KB · Views: 6

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.
Hi & welcome to MrExcel.
How about
Excel Formula:
=IF(H2="","",IF(H2=5,12,SWITCH(E2,"low",36,"medium",36,"medium-high",24,12)))
 
Upvote 0
Solution
Thank you SOOOO Much!!!, just like that, wow. Thank you!!!!!! Works just as I am hoped!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
Thank you SOOOO Much!!!, just like that, wow. Thank you!!!!!! Works just as I am hoped!
The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0
The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
My apologies, I am brand new here today. Thank you!
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,991
Members
449,094
Latest member
masterms

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