Array Index/Match + ISNUMBER/Search not returning result?

igmike

Board Regular
Joined
Feb 12, 2013
Messages
62
Office Version
  1. 2013
Platform
  1. Windows
1) I am having trouble entering the formula as an array. I press control + Shift + enter, and nothing happens (using office professional plus 2013)

2) Not sure if the formula is correct, I'd like to pull the number into the adjacent (C) column.

Excel Workbook
BC
2TitleVGA Grade
3NEW PlayStation 3 PS3 CALL of DUTY Black Ops Bundle 160GB VGA 85+ NM+Item ID: 272826824787Seller: 5***v{=INDEX({"100","95+","95","90+",85+","85"},MATCH(TRUE,ISNUMBER(SEARCH({"100","95+","95","90+",85+","85"},B3)),0))}
4NEW PlayStation 3 PS3 CALL of DUTY Black Ops Bundle 160GB VGA 85+ NM+Item ID: 272839937690Seller: 5***v
5NEW PlayStation 3 PS3 CALL of DUTY Black Ops Bundle 160GB VGA 85+ NM+Item ID: 272888440351Seller: 5***v
6Red Dead Redemption SPECIAL EDITION, New Sealed! Sony PS3 VGA 90+Item ID: 201778548898Seller: e***e
price-guide
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
please try
Code:
=INDEX({"100","95+","95","90+","85+","85"},MATCH(TRUE,ISNUMBER(SEARCH({"100","95+","95","90+","85+","85"},B3)),0))

you missed double quotation marks for 85+
 
Upvote 0
@ igmike

In C3 just enter and copy down:

=LOOKUP(9.99999999999999E+307,FIND(" "&{85;90;95;100;"85+";"90+";"95+"}," "&$B3),{85;90;95;100;"85+";"90+";"95+"})

Note that I added 90 to the grade list. If this omission is intended, remove this addition from the constant array.
 
Upvote 0
@ Aladin

Thank you. That works perfect for what I need, I will see if I can solve step 2, if not post a new thread with info.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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