Searching an Array and returning a result from within the array

mrdeanm

New Member
Joined
Jul 21, 2010
Messages
2
I am creating a multi-paged workbook with drop down menus.

On one of the pages of the workbook, the data in the drop down will be used the variable in a function to search data contained in a report and return the appropriate result.

I want the "To" on the lower half of the screen to dictate which results are returned in the Cooler / Toasters / Buckets rows below, as pulled from the report above.

page3.jpg


page4.jpg


Currently I'm trying to use Hlookup in combination with Offset, but it is yielding no result. Any suggestions?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I am running Microsoft Excel 2003 on Windows XP. I've tried formulas like:

=HLOOKUP(B8,'By Rep'!C1:Y1198,OFFSET(B8,7,0,0),1)

to no avail.

Thanks for any assistance the many talented individuals here may be able to lend!
 
Upvote 0

Forum statistics

Threads
1,215,771
Messages
6,126,796
Members
449,337
Latest member
BBV123

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