ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   modify vlookup (https://www.excelbanter.com/new-users-excel/117609-modify-vlookup.html)

cuffie

modify vlookup
 
=VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
no in formation is entered in A19 it remains blank. I am currently getting
#na.

Niek Otten

modify vlookup
 
=IF(A19="","",VLOOKUP(A19,Product!A7:B13,2,FALSE))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"cuffie" wrote in message ...
| =VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
| no in formation is entered in A19 it remains blank. I am currently getting
| #na.



cuffie

modify vlookup
 


"Niek Otten" wrote:

=IF(A19="","",VLOOKUP(A19,Product!A7:B13,2,FALSE))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"cuffie" wrote in message ...
| =VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
| no in formation is entered in A19 it remains blank. I am currently getting
| #na.




cuffie

modify vlookup
 
Thank you, I will try it.

"Niek Otten" wrote:

=IF(A19="","",VLOOKUP(A19,Product!A7:B13,2,FALSE))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"cuffie" wrote in message ...
| =VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
| no in formation is entered in A19 it remains blank. I am currently getting
| #na.




yusuf

modify vlookup
 
IF(ISNA(VLOOKUP(A19,Product!A7:B13,2,FALSE)),0,VLO OKUP(A19,Product!A7:B13,2,FALSE))


"cuffie" wrote:

=VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
no in formation is entered in A19 it remains blank. I am currently getting
#na.


T. Valko

modify vlookup
 
Shorter:

=IF(A19="","",VLOOKUP(A19,Product!A7:B13,2,0))


--
Biff
Microsoft Excel MVP


"yusuf" wrote in message
...
IF(ISNA(VLOOKUP(A19,Product!A7:B13,2,FALSE)),0,VLO OKUP(A19,Product!A7:B13,2,FALSE))


"cuffie" wrote:

=VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the
if
no in formation is entered in A19 it remains blank. I am currently
getting
#na.





All times are GMT +1. The time now is 07:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com