Hi All,
I've been having a lot of trouble with a vlookup formula that I have linking a sheet with ALOT of columns--just under 200. There seems to be a limit to the number of columns to 'look at' (which is 85.) This is the last formula that I have which works.
=VLOOKUP(TODAY(), {1. DOR (Pull-out) Range 1}, 85, false)
I tried to create a secondary date column and then do the vlookup using that column but seem to break the old formula when creating a new range.
It was suggested to me that I may be better off with an index match but I have not yet gotten through to that.
I would really appreciate any insights anyone can offer!