![]() |
Nil in Place Off #N/A
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. |
Nil in Place Off #N/A
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. |
Nil in Place Off #N/A
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. |
All times are GMT +1. The time now is 02:30 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com