Hi, I hope someone can help me
I have the following formula and as I step through it, I can't see any
problem with it, however it keeps returning an error.
Rolls!A4 contains the following formula
=INDIRECT((VLOOKUP(B2,D41:F50,3,TRUE))&"!")&A5
What I am trying to achieve:
I have 10 worksheets with a list of students names on each. the Vlookup
formula refers to an index [D41:F50] containing the following information:
className Teacher sheet
Eg. 9ISTX Mrs Duffy 1
Any assistance would be appreciated.
Regards
tanya
Pete_UK - 11 Oct 2007 11:53 GMT
Try moving the closed bracket to the end of the formula like so:
=INDIRECT((VLOOKUP(B2,D41:F50,3,TRUE))&"!A5")
I assume in your example that you want to get data from 1!A5
Hope this helps.
Pete
> Hi, I hope someone can help me
>
[quoted text clipped - 14 lines]
> Regards
> tanya
Tanya - 11 Oct 2007 13:01 GMT
Thank you, it works well.
Regards
Tanya
> Try moving the closed bracket to the end of the formula like so:
>
[quoted text clipped - 24 lines]
> > Regards
> > tanya
Max - 11 Oct 2007 13:42 GMT
welcome, good to hear that.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thank you, it works well.
>
> Regards
> Tanya
Max - 11 Oct 2007 13:48 GMT
Sorry, Pete. Posted to the wrong branch

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Pete_UK - 11 Oct 2007 14:17 GMT
Easily done <bg>
Pete
> Sorry, Pete. Posted to the wrong branch
> --
> Max
> Singaporehttp://savefile.com/projects/236895
> xdemechanik
> ---
Pete_UK - 11 Oct 2007 14:17 GMT
You're welcome, Tanya - thanks for feeding back (to us all).
Pete
> Thank you, it works well.
>
[quoted text clipped - 31 lines]
>
> - Show quoted text -
vezerid - 11 Oct 2007 11:55 GMT
Do you want to refer to cell A5 of the chosen sheet? Then:
=INDIRECT((VLOOKUP(B2,D41:F50,3,TRUE))&"!A5"
The issue here is what does A5 contain. It should contain a cell
address like B1, AF13 etc.
Is there a chance that your sheet names have space? If so:
=INDIRECT("'"&VLOOKUP(B2,D41:F50,3,TRUE)&"'!")&A5
Notice the extra single quotes.
The solution might be in a combination of the two suggestions.
HTH
Kostis Vezerides
> Hi, I hope someone can help me
>
[quoted text clipped - 14 lines]
> Regards
> tanya
Tanya - 11 Oct 2007 13:02 GMT
Thank you for your support, it is greatly appreciated.
Regards
Tanya
> Do you want to refer to cell A5 of the chosen sheet? Then:
>
[quoted text clipped - 32 lines]
> > Regards
> > tanya
Max - 11 Oct 2007 11:58 GMT
One guess ..
Try it as:
=INDIRECT("'"&VLOOKUP(B2,D41:F50,3,TRUE)&"'!A5")

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Hi, I hope someone can help me
>
[quoted text clipped - 14 lines]
> Regards
> tanya
Tanya - 11 Oct 2007 13:00 GMT
Thank you very much, it worked a treat and saved me a lot of time.
Regards
Tanya
> One guess ..
>
[quoted text clipped - 18 lines]
> > Regards
> > tanya
Max - 11 Oct 2007 13:43 GMT
welcome, good to hear that.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
>
> Thank you very much, it worked a treat and saved me a lot of time.
>
> Regards
> Tanya