formula change help needed

bionicle

Board Regular
Joined
Apr 23, 2009
Messages
186
Office Version
  1. 365
Platform
  1. Windows
Hi all,



Need some assistance please. Have a formula that works justfine however I now need it to work based on a dropdown list in cell H1.
The original formula was: =VLOOKUP($A9,SFG,10,0) and this was located incell P9
The new formula I’ve come up with is as follows:
=IF($A9="","",VLOOKUP($A9,INDIRECT("'"&$H$1&"'!$b$1:$j$2000"),10))
The formula works however it sometimes returns informationfrom the cells above or below rather than from the row required.


My theory was to try and take the first formula and somehowmake it work in the second formula but me being me can’t make it work thereforeI ask much smarter people than me for assistance.
Any help would be appreciated.


Steve

 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Have you tried:

=IF($A9="","",VLOOKUP($A9,INDIRECT("'"&$H$1&"'!$b$1:$j$2000"),10,0))
 
Upvote 0


you sir are a genius, been working in front of a screen since7:30 am and just couldn’t see the woods for the trees.



A simple ,0 can’tbelieve that evaded me….
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

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