Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Sam is offline
external usenet poster
 
Posts: 699
Default VLOOKUP Errors with Date formats

I need some help with a VLOOPUP function. I have a TAB1 with 10000 rows,
Column A has 10000 unique numbers. Each unique ID is linked to a Dispatch #.
In TAB 2 I have a list of 233 unique Dispatch #s and a date in column B when
the Dispatch was created. I need to create a VLOOKUP in Column C update the
date corresponding to when the Dispatch was created.

=IF(ISERROR(VLOOKUP(B2,Invlog!$A$2:$B$233,17,FALSE )),"",VLOOKUP(J2,Invlog!$A$2:$B$233,17,FALSE))

For dispatches that do not have a date in column B I get 1/0/00 in Tab1. I
need to know how to display a Blank cell. I use excel 2003.

A B C D E

Unique ID1 Dispatch 1 Date 1
Unique ID2 Dispatch 2 1/0/00
Unique ID3 Dispatch 1 Date 1
Unique ID4 Dispatch 3 Date 3
Unique ID5 Dispatch 1 Date 1
Unique ID6 Dispatch 2 1/0/00
Unique ID7 Dispatch 3 Date 3



A B C

Dispatch 1 Date 1
Dispatch 2
Dispatch 3 Date 3
Dispatch 4 Date 4
Dispatch 5 Date 5
Dispatch 6
Dispatch 7 Date 7

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 419
Default VLOOKUP Errors with Date formats

Sam,

Maybe:

=IF(ISBLANK(VLOOKUP(B2,Invlog!$A$2:$B$233,17,FALSE )),"",VLOOKUP(J2,Invlog!$A$2:$B$233,17,FALSE))

or

=IF(VLOOKUP(B2,Invlog!$A$2:$B$233,17,FALSE)=0,"",V LOOKUP(J2,Invlog!$A$2:$B$233,17,FALSE))

HTH,

Conan Kelly







"Sam" wrote in message
...
I need some help with a VLOOPUP function. I have a TAB1 with 10000 rows,
Column A has 10000 unique numbers. Each unique ID is linked to a Dispatch
#.
In TAB 2 I have a list of 233 unique Dispatch #s and a date in column B
when
the Dispatch was created. I need to create a VLOOKUP in Column C update
the
date corresponding to when the Dispatch was created.

=IF(ISERROR(VLOOKUP(B2,Invlog!$A$2:$B$233,17,FALSE )),"",VLOOKUP(J2,Invlog!$A$2:$B$233,17,FALSE))

For dispatches that do not have a date in column B I get 1/0/00 in Tab1. I
need to know how to display a Blank cell. I use excel 2003.

A B C D E

Unique ID1 Dispatch 1 Date 1
Unique ID2 Dispatch 2 1/0/00
Unique ID3 Dispatch 1 Date 1
Unique ID4 Dispatch 3 Date 3
Unique ID5 Dispatch 1 Date 1
Unique ID6 Dispatch 2 1/0/00
Unique ID7 Dispatch 3 Date 3



A B C

Dispatch 1 Date 1
Dispatch 2
Dispatch 3 Date 3
Dispatch 4 Date 4
Dispatch 5 Date 5
Dispatch 6
Dispatch 7 Date 7



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
vlookup errors #n/a [email protected] Excel Worksheet Functions 10 November 9th 08 12:39 AM
Cell Formats & other errors Conditional Format Issue Excel Discussion (Misc queries) 0 April 14th 08 05:46 PM
VLOOKUP AND N/A ERRORS amy howell Excel Discussion (Misc queries) 6 March 31st 08 02:46 AM
vlookup with date formats Enron Excel Worksheet Functions 2 February 20th 06 03:24 PM
VLookup Errors Erika Excel Worksheet Functions 4 May 20th 05 01:25 AM


All times are GMT +1. The time now is 08:37 PM.

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"