Would someone please be able to look at my sample data and tell me why 'N' when selected returns the wrong value of 3, in reference to the look up formula
Many thanks
Would someone please be able to look at my sample data and tell me why 'N' when selected returns the wrong value of 3, in reference to the look up formula
Many thanks
Last edited by NBVC; 01-16-2009 at 08:43 AM.
The LOOKUP() formula you have requires that A7:A10 be listed in alphabetic order to work...
If you don't want to, then use Vlookup(), e.g. =VLOOKUP(A3,A7:B10,2,FALSE) where FALSE tells it to look for exact match.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
The LOOKUP() formula you have requires that A7:A10 be listed in alphabetic order to work...
If you don't want to, then use Vlookup(), e.g. =VLOOKUP(A3,A7:B10,2,FALSE) where FALSE tells it to look for exact match.
Thank you very much, its working![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks