Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default checking for blank cells when using vlookup

I am jusing the following formula in my sales order form and want to avoid
the error message: #N/A caused by blank cells in the remainder of the sales
order. I thought of trying to combine an IF or ISBLANK function with the
VLOOKUP. Any help here?
--
Thanks from Salt Spring
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default checking for blank cells when using vlookup

Maybe...

=if(a1="","",vlookup(a1,sheet2!a:e,5,false))


Koomba wrote:

I am jusing the following formula in my sales order form and want to avoid
the error message: #N/A caused by blank cells in the remainder of the sales
order. I thought of trying to combine an IF or ISBLANK function with the
VLOOKUP. Any help here?
--
Thanks from Salt Spring


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checking the lower row of vlookup() ETLahrs Excel Worksheet Functions 2 March 3rd 08 10:13 PM
Vlookup on blank cells formatted with dates Ayse Excel Discussion (Misc queries) 3 July 18th 07 03:42 PM
Need Vlookup to return a value of $0.00 in blank cells Roger Govier Excel Worksheet Functions 0 July 26th 06 08:16 AM
Need Vlookup to return a value of $0.00 in blank cells fabiano Excel Worksheet Functions 2 July 26th 06 08:11 AM
Checking Blank Cells Karlos Excel Worksheet Functions 2 February 27th 06 12:34 PM


All times are GMT +1. The time now is 11:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"