Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Dave
You have hit the nail on the head, the problem was I used 'TRUE' instead of false. Thank you very much! Cheers Tanya "Dave Peterson" wrote: A couple of questions... Is the sheet name really named "1"? If yes, then you'd want: =INDIRECT("'" & VLOOKUP(B2,D41:F50,3,TRUE)&"'!A5") (added a pair of apostrophes) Since you're matching by classname, I would think you'd want an exact match which means you would would want: =INDIRECT("'" & VLOOKUP(B2,D41:F50,3,False)&"'!A5") (changed True to False) And if the formula doesn't update, I'd check the calculation mode setting. In xl2003, it's Tools|Option|calculation tab make sure it's set to automatic. Tanya wrote: Hi, I hope someone can help me, several of you helped me with this problem earlier and I am finding however that the following formula does not update? 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 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions | Excel Worksheet Functions | |||
indirect.ext / pull functions | Excel Discussion (Misc queries) | |||
Sumproduct & Indirect Functions | Excel Worksheet Functions | |||
row-indirect functions | Excel Discussion (Misc queries) | |||
Offset and Indirect functions | Excel Discussion (Misc queries) |