Hello all,
Thanks in advance for your help!
This shouldn't be as hard as it's proving to be, but here I am after spending entirely too much time trying to figure this out on my own.
I have to look up a date across a single row while omitting every 6th value in that range to return the closest date to TODAY()+x (with -1 as the match type).
Below is an example of what I've come up with, but the lookup never moves on to the subsequent range to get a more accurate date:
LOOKUP((TODAY()+30),(INDIRECT({"B5:F5","H5:L5","N5:R5"})))
If the function were working correctly, it would be returning "3/30/2017"
Also, tried this but get a #VALUE!
INDEX(B5:F5&H5:L5&N5:R5,MATCH((TODAY()+30),B5:F5&H5:L5&N5:R5,-1))
Thank you again!
Thanks in advance for your help!
This shouldn't be as hard as it's proving to be, but here I am after spending entirely too much time trying to figure this out on my own.
I have to look up a date across a single row while omitting every 6th value in that range to return the closest date to TODAY()+x (with -1 as the match type).
Below is an example of what I've come up with, but the lookup never moves on to the subsequent range to get a more accurate date:
LOOKUP((TODAY()+30),(INDIRECT({"B5:F5","H5:L5","N5:R5"})))
If the function were working correctly, it would be returning "3/30/2017"
Also, tried this but get a #VALUE!
INDEX(B5:F5&H5:L5&N5:R5,MATCH((TODAY()+30),B5:F5&H5:L5&N5:R5,-1))
Thank you again!