Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using a if/vlookup formula in XL2003 to return dates from another
worksheet. Not all accounts are listed on the worksheet, which is why I have the ISNA formula. The problem is that some accounts are listed, but don't have a date entered. I want the formula to return a blank, but it returns a zero. Any suggestions on how I could manipulate this to fit what I'm trying to do? =IF(ISNA(VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)), "", VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)) Thanks, Nate |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(isna(vlookup(...)),"",if(vlookup(...)="","",vl ookup(...))))
or =if(iserror(1/len(vlookup(...)),"",vlookup(...)) Nate wrote: I'm using a if/vlookup formula in XL2003 to return dates from another worksheet. Not all accounts are listed on the worksheet, which is why I have the ISNA formula. The problem is that some accounts are listed, but don't have a date entered. I want the formula to return a blank, but it returns a zero. Any suggestions on how I could manipulate this to fit what I'm trying to do? =IF(ISNA(VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)), "", VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)) Thanks, Nate -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worked pefrectly. Thanks!!
"Dave Peterson" wrote: =if(isna(vlookup(...)),"",if(vlookup(...)="","",vl ookup(...)))) or =if(iserror(1/len(vlookup(...)),"",vlookup(...)) Nate wrote: I'm using a if/vlookup formula in XL2003 to return dates from another worksheet. Not all accounts are listed on the worksheet, which is why I have the ISNA formula. The problem is that some accounts are listed, but don't have a date entered. I want the formula to return a blank, but it returns a zero. Any suggestions on how I could manipulate this to fit what I'm trying to do? =IF(ISNA(VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)), "", VLOOKUP(C3, 'TM-PDR-DO'!$A$3:$Z$231, 2, FALSE)) Thanks, Nate -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP returns #N/A | Excel Worksheet Functions | |||
VLOOKUP Returns #REF | Excel Worksheet Functions | |||
VLookup returns #VALUE! | Excel Worksheet Functions | |||
vlookup returns 0.00 | Links and Linking in Excel | |||
vlookup returns n/a | Excel Worksheet Functions |