Hi All,
From a previous post and reply i'm trying to use a vlookup with variable dates, i'm struggling again, additionally
with this one though the sheet i'm searching in need column C to be converted to numbers and i would prefer not to have to
do that if possible.
Is there any way to complete the search without a convert to number first?
Then why doesn't the second formula work that i'm trying.
This is not being entered into the cell via VB just simply pasted.
Any ideas?
=VLOOKUP(A5,'[MDS 2014-09-16.xlsb]MDS'!$C:$T,18,FALSE)
=VLOOKUP(A5,'[MDS" & format(now, "yyyy-mm-dd") & ".xlsb]MDS'!$C:$T,18,FALSE)
From a previous post and reply i'm trying to use a vlookup with variable dates, i'm struggling again, additionally
with this one though the sheet i'm searching in need column C to be converted to numbers and i would prefer not to have to
do that if possible.
Is there any way to complete the search without a convert to number first?
Then why doesn't the second formula work that i'm trying.
This is not being entered into the cell via VB just simply pasted.
Any ideas?
=VLOOKUP(A5,'[MDS 2014-09-16.xlsb]MDS'!$C:$T,18,FALSE)
=VLOOKUP(A5,'[MDS" & format(now, "yyyy-mm-dd") & ".xlsb]MDS'!$C:$T,18,FALSE)