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

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
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,357
Messages
6,124,482
Members
449,165
Latest member
ChipDude83

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