Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(LOOKUP(P14,'Structures 01'!$G:$G,'Structures 01'!$C:$C)
If a matching value is found it returns the correct value from column C, if no match is found it seems to return the value of the last cell in column C. I need it to return N/A, false error etc, rather than something that could be taken for a valid lookup. This only occurs with certain sets of data. Ultimately I want to use a macro to populate the required cells with the above Lookup. I've spent ages trying to resolve it but can't figure it out, any help or pointers would be gratefully received. Thanks Ritchi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Ritchie,
Maybe vlookup with the additional (last) parameter 0 (False) will help you. Regards, Bernd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tried VLOOKUP but the same problem occurs
Thanks Ritchi |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bernd
Apologies now I've added the last parameter it seems to work. Many Thanks Ritchi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to stop index match returning data where lookup cell empty | Excel Worksheet Functions | |||
Problem Returning Mulitple Lookup Values | Excel Worksheet Functions | |||
lookup returning incorrect cell values | Excel Worksheet Functions | |||
Returning a blank cell rather then #N/A (Lookup) | Excel Discussion (Misc queries) | |||
LOOKUP returning value in cell above what I was searching for | Excel Discussion (Misc queries) |