> I put the FULL pathname in on the worksheet and it still acts the same. If I
> do a Hyperlink using the mouse and swapping windows it still puts a shortened
[quoted text clipped - 86 lines]
> > > > > > I keep seeing examples of VLOOKUP/INDIRECT but can't get the formulas correct.
> > > > > > Am I barking up the wrong tree ???
The sheet name is QTR 2, so you are spot on there.
The A30 reference being 1578 but getting translated to 4/26/1904, don't you
just love Gregorian ! , had me thinking too. So I amended A30 call to 1578"
The " stops it being transposed to numerical/date association. Used the LEFT
function in the Hyperlink to remove the " from cell A30, thus keeping it
textural.
So the Amended A31 reference hyperlink is......
="\\ILLINISERVER\Users\Liz Gerlach\My
Documents\IFTA\Sledge_IFTA_2008\'[Truck Logs ("&$A$29&").xls]" &
LEFT($A$30,4) & "'!$L$33"
Using the Evaluate formula function I can see the variables get substitued
(correctly) for each seperate step, BUT after substituting the $A$30 to 1578
it just concatenates the !$l$33 cell reference to the end without
re-interpreteing the Hyperlink in it's now fully formed state.

Signature
English geezer living in the USA
> AHA!! I think the problem may be the date in A30, which is 4/26/1904 and
> that you say substitutes to 1578 in the formula. I'm betting your sheet name
[quoted text clipped - 98 lines]
> > > > > > > I keep seeing examples of VLOOKUP/INDIRECT but can't get the formulas correct.
> > > > > > > Am I barking up the wrong tree ???
JLatham - 29 May 2008 01:16 GMT
I'm getting a little lost here. First question: is it working now or not? I
presume not??
If you open the other book and just set up a manual link to it normally,
what does that formula look like?
I'll probably respond to an earlier post of yours next time, just to get the
indentation back to the left some.
Any way you could send the workbook where you want all this to happen in
along with one of the workbooks to be referenced to me as email attachments?
If so, this (without spaces) is a good address; HelpFrom @ jlathamsite. com
> The sheet name is QTR 2, so you are spot on there.
>
[quoted text clipped - 117 lines]
> > > > > > > > I keep seeing examples of VLOOKUP/INDIRECT but can't get the formulas correct.
> > > > > > > > Am I barking up the wrong tree ???