ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Syntax to Nest ISERROR with a VLookup (https://www.excelbanter.com/excel-worksheet-functions/134044-syntax-nest-iserror-vlookup.html)

Christine

Syntax to Nest ISERROR with a VLookup
 
I know I'm being "dense" but have been fighting with the correct syntax to
add an ISERROR forumla to my VLookup. Can someone please give me the correct
formula?

My VLookup is: =VLOOKUP(E2,County!A:B,2) and I would like to add the
following text in the case of an error "Street not found".

Thanks so much for your help......if I don't get it soon I won't have any
hair left :-)

Christine

E-Coder

Syntax to Nest ISERROR with a VLookup
 
=IF(ISERROR(VLOOKUP(E2,County!A:B,2)),"Street not
found",VLOOKUP(E2,County!A:B,2))

"Christine" wrote:

I know I'm being "dense" but have been fighting with the correct syntax to
add an ISERROR forumla to my VLookup. Can someone please give me the correct
formula?

My VLookup is: =VLOOKUP(E2,County!A:B,2) and I would like to add the
following text in the case of an error "Street not found".

Thanks so much for your help......if I don't get it soon I won't have any
hair left :-)

Christine


Christine

Syntax to Nest ISERROR with a VLookup
 
Thank you so much.

Christine

"E-Coder" wrote:

=IF(ISERROR(VLOOKUP(E2,County!A:B,2)),"Street not
found",VLOOKUP(E2,County!A:B,2))

"Christine" wrote:

I know I'm being "dense" but have been fighting with the correct syntax to
add an ISERROR forumla to my VLookup. Can someone please give me the correct
formula?

My VLookup is: =VLOOKUP(E2,County!A:B,2) and I would like to add the
following text in the case of an error "Street not found".

Thanks so much for your help......if I don't get it soon I won't have any
hair left :-)

Christine



All times are GMT +1. The time now is 07:46 PM.

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