help with indirect and lookup

flier109

New Member
Joined
Mar 1, 2013
Messages
30
Office Version
  1. 2013
Platform
  1. Windows
I have an excel spreadsheet which I use for generating invoices.
on my index tab I have a list of names, with a column called "Invoice".
Each tab on my worksheet has a name with corresponds with the names on the index, and I'd like each tab to lookup the name of the tab on the index page and return the invoice number from there, but I can't seem to get it to work.
I'm currently using "=VLOOKUP("Invoice",INDIRECT(Index!A2:E61),5,0)" with the column named "Invoice" being 5 columns along

Can anyone help me to get this working, or is there an easier way?
 
In that case why not put the tab name in a cell & refer to that.
That's great, thanks, thats working well, although I'm still convinced the INDIRECT should have worked so if anyone else has any ideas, I'd love to hear them.
 
Upvote 0

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
You don't need indirect, in fact you should avoid it wherever possible.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,602
Members
449,089
Latest member
Motoracer88

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