Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello from Steve Dee
Is it possible please to have Nil in place off #N/A =VLOOKUP(A127,'Wellington Total''s'!$A$2:$C$1991,2,FALSE) Thankyou. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Place the vlookup within a test for NA:
=if(isna(VLOOKUP(A127,'Wellington Total''s'!$A$2:$C$1991,2,FALSE)),"",VLOOKUP(A127,' Wellington Total''s'!$A$2:$C$1991,2,FALSE)) You could replace "" with any other sort of 'default' you like. "Steved" wrote: Hello from Steve Dee Is it possible please to have Nil in place off #N/A =VLOOKUP(A127,'Wellington Total''s'!$A$2:$C$1991,2,FALSE) Thankyou. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excellent and Thankyou for the expanded explanation.
"bpeltzer" wrote: Place the vlookup within a test for NA: =if(isna(VLOOKUP(A127,'Wellington Total''s'!$A$2:$C$1991,2,FALSE)),"",VLOOKUP(A127,' Wellington Total''s'!$A$2:$C$1991,2,FALSE)) You could replace "" with any other sort of 'default' you like. "Steved" wrote: Hello from Steve Dee Is it possible please to have Nil in place off #N/A =VLOOKUP(A127,'Wellington Total''s'!$A$2:$C$1991,2,FALSE) Thankyou. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box selection to place $0 into another cell | Excel Discussion (Misc queries) | |||
Highest & lowest place value / decimal places of cell value | Excel Worksheet Functions | |||
insert Rows with Formulas in Place on Multiple Sheets? | Excel Discussion (Misc queries) | |||
place empty cell with zero | Excel Worksheet Functions | |||
need if-then formula-If a number is > /< something, then place a . | Excel Worksheet Functions |