Hi all,
I am creating a vlookup table to pull read information from a named range based on the input value as per normal with vlookup.
I am taking it a small step further in that the number used for my lookup_value is the result of a formula (..=IF(C2="","",LEFT(C2,6))..). I am getting #N/A as an error. When I substitute the actual value returned by the formula instead of the formula, I get a correct result.
How can I make vlookup accepy my required formula for my vlookup_value? (i've noticed that it will accept a simple formula such as =1+1 and return my required value).
Thanks
Owen
I am creating a vlookup table to pull read information from a named range based on the input value as per normal with vlookup.
I am taking it a small step further in that the number used for my lookup_value is the result of a formula (..=IF(C2="","",LEFT(C2,6))..). I am getting #N/A as an error. When I substitute the actual value returned by the formula instead of the formula, I get a correct result.
How can I make vlookup accepy my required formula for my vlookup_value? (i've noticed that it will accept a simple formula such as =1+1 and return my required value).
Thanks
Owen