multiple conditions for IF statement in a table, can Excel handle this kind of processing?

Neo4u

New Member
Joined
Nov 29, 2012
Messages
7
Hello All,

I am having another problem, I have the following situation.. I want to assign a value from a Table where the specific condition is given in the table itself.

35kpcns.png

the problem here is i got multiple conditions before he can assign the right value and the problem is the list is for about 200 entries i want to assign a score to. And i want to use about 37 criteria's like so to do this manually it will take a tremendous time and this must be anti-excel way of working!!
0<x< 10 then assign A
10<x<20 then assign B
etc etc..
Thank you.
 
if you align thoughts with excel columns you could use the following as it will assume A1, which is not needed for anything but creating the final letter, and will work for anything above 260

=MID(ADDRESS(1,INT(A1/10)+1),2,SEARCH("$",ADDRESS(1,INT(A1/10)+1),2)-2)
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
if you align thoughts with excel columns you could use the following as it will assume A1, which is not needed for anything but creating the final letter, and will work for anything above 260

=MID(ADDRESS(1,INT(A1/10)+1),2,SEARCH("$",ADDRESS(1,INT(A1/10)+1),2)-2)

See for more important reason, post #10.
 
Upvote 0
given the original request, my solution fits the purpose
 
Upvote 0

Forum statistics

Threads
1,216,309
Messages
6,130,001
Members
449,551
Latest member
MJS_53

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