blacklab1059
New Member
- Joined
- Oct 10, 2006
- Messages
- 8
I have multiple sheets - 1 is an index and the rest are project sheets 1801, 1802, 1803....
The index has a column "B" that lists all the project sheet names.
I am trying to determine the last populated date in each project sheet - also column B.
I am able to determine the last populated date with the following formula: =LOOKUP(2,1/('1819'!B:B<>""),'1819'!B:B) ~1819 is the project sheet.
I want to dynamically populate the project sheet # (1819) from the index column B.
I have successfully modified the second half of the formula as such: =LOOKUP(2,1/('1819'!B:B<>""),INDIRECT(B21&"!B:B"))
I am unable to get INDIRECT to work for the first half of the formula: =LOOKUP(2,1/('1819'!B:B<>"") to show the value of B21 (1819).
I have done a pretty thorough search but have been unable to come up with a solution.
Thoughts?
The index has a column "B" that lists all the project sheet names.
I am trying to determine the last populated date in each project sheet - also column B.
I am able to determine the last populated date with the following formula: =LOOKUP(2,1/('1819'!B:B<>""),'1819'!B:B) ~1819 is the project sheet.
I want to dynamically populate the project sheet # (1819) from the index column B.
I have successfully modified the second half of the formula as such: =LOOKUP(2,1/('1819'!B:B<>""),INDIRECT(B21&"!B:B"))
I am unable to get INDIRECT to work for the first half of the formula: =LOOKUP(2,1/('1819'!B:B<>"") to show the value of B21 (1819).
I have done a pretty thorough search but have been unable to come up with a solution.
Thoughts?