Indirect function help?

helpme20

Board Regular
Joined
Aug 28, 2010
Messages
102
can someone answer this.

This formula works


=ROUND(IFERROR(LOOKUP(1E+100,SEARCH(" "&prod&","," "&list01&","),'2012 price changes'!$J$3:$J$2521),""),4)

I have a cell, F11 that I have "J" in.

I want the formula to go to F11 and replace J with what is in F11

I can't get the below to work.

Can someone tell me where the indirect part of the formula goes. the below formula returns "You've entered too many arguments"


=indirect(ROUND(IFERROR(LOOKUP(1E+100,SEARCH(" "&prod&","," "&list01&","),concat("'2012 price changes'!$",f11,"$3:$",f11,"$2521)",""),4))


Prod is a single cell named range and list01 is a named range


Can someone help with this one?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Maybe
=ROUND(IFERROR(LOOKUP(1E+100,SEARCH(" "&prod&","," "&list01&","),INDIRECT("'2012 price changes'!$"&F11&"$3:$"&F11&"$2521")),""),4)
 
Upvote 0

Forum statistics

Threads
1,216,269
Messages
6,129,813
Members
449,538
Latest member
cookie2956

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