Multiple Range Value Selection

Sopha

New Member
Joined
Dec 14, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I am having trouble figuring out how to select a value in multiple ranges. Essentially I need to assign a score to the value in A3 based on the criteria. I can visually see that it should be given a score of 40 but I can't figure out how to make a formula that does that for me.

Thanks!

1702605341515.png
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi, thanks for replying so quickly. That number is being pulled from another sheet.
hmm, can I see it?, because you include one photo without a trigger/criteria that's very confusing
 
Upvote 0
One suggestion:
Book1
AB
3$251,000.0030
Sheet1
Cell Formulas
RangeFormula
B3B3=IFS(A3<=999,0,A3<=99999,10,A3<=249999,20,A3<=749999,30,A3>=750000,40)
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,400
Members
449,156
Latest member
LSchleppi

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