Index Match not working when linked in name manger from a formula

mingandmong

Active Member
Joined
Oct 15, 2014
Messages
339
Hi Im using excel 2010

In the name manager i have a range using this formula =INDEX('Picture Lookup'!$Z$2:$Z$3,MATCH('Picture Lookup'!$I$2,'Picture Lookup'!$Y$2:$Y$3,0))

its not working correctely im using another formula in $I$2 on my sheet to return the value of either a 0 or 1

If i type the 0 or 1 in cell $I$2 it works just fine, but not with the formula (=RIGHT(B2,1) which is returning the correct values of 0 or 1

Any ideas how to resolve
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Try
Code:
(=RIGHT(B2,1)+0

Your formula is returning text the +0 will turn it into a number.
 
Upvote 0

Forum statistics

Threads
1,215,107
Messages
6,123,127
Members
449,097
Latest member
mlckr

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