Hi Guys,
I have a spreadsheet that has data validation in column $T the data is in numbers fron 7.1 through to 7.10, then I have a lookup formula that looks up these numbers and should return the item description. The problem is that if I choose 7.10 from the validation list the formula returns the description from 7.1 and not 7.10. The formula I am using is below.
=IF(ISERROR(VLOOKUP(T9,Data!$E$1:$F$10,2,FALSE)),"",VLOOKUP(T9,Data!$E$1:$F$10,2,FALSE))
Any help would be fantasic,
Thanks in advance for any help given.
I have a spreadsheet that has data validation in column $T the data is in numbers fron 7.1 through to 7.10, then I have a lookup formula that looks up these numbers and should return the item description. The problem is that if I choose 7.10 from the validation list the formula returns the description from 7.1 and not 7.10. The formula I am using is below.
=IF(ISERROR(VLOOKUP(T9,Data!$E$1:$F$10,2,FALSE)),"",VLOOKUP(T9,Data!$E$1:$F$10,2,FALSE))
Any help would be fantasic,
Thanks in advance for any help given.