Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My formula: =IF(ISNA(VLOOKUP($A4,PMRollout,4,FALSE)),"
",VLOOKUP($A4,PMRollout,4,FALSE)) Problem: It's returning a "0" value when source cell is blank instead of the usual " ". Notes: --The name is defined as the =source workbook, source sheet, absolute range --Am using Paste-Special-Formulas only to preserve non-continuous formatting in destination column --Source and destination columns both formatted as General; have also tried Text. --Same formula has worked multiple times in same workbook --Workbook does have thousands of lookups if that matters Can anyone help? Thanks much, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(ISNA(VLOOKUP($A4,PMRollout,4,0)), "",IF(VLOOKUP($A4,PMRollout,4,0)="","", VLOOKUP($A4,PMRollout,4,FALSE))) Biff "Martha" wrote in message ... My formula: =IF(ISNA(VLOOKUP($A4,PMRollout,4,FALSE))," ",VLOOKUP($A4,PMRollout,4,FALSE)) Problem: It's returning a "0" value when source cell is blank instead of the usual " ". Notes: --The name is defined as the =source workbook, source sheet, absolute range --Am using Paste-Special-Formulas only to preserve non-continuous formatting in destination column --Source and destination columns both formatted as General; have also tried Text. --Same formula has worked multiple times in same workbook --Workbook does have thousands of lookups if that matters Can anyone help? Thanks much, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked! Thanks a lot - will try on others where had same problem.
"T. Valko" wrote: Try this: =IF(ISNA(VLOOKUP($A4,PMRollout,4,0)), "",IF(VLOOKUP($A4,PMRollout,4,0)="","", VLOOKUP($A4,PMRollout,4,FALSE))) Biff "Martha" wrote in message ... My formula: =IF(ISNA(VLOOKUP($A4,PMRollout,4,FALSE))," ",VLOOKUP($A4,PMRollout,4,FALSE)) Problem: It's returning a "0" value when source cell is blank instead of the usual " ". Notes: --The name is defined as the =source workbook, source sheet, absolute range --Am using Paste-Special-Formulas only to preserve non-continuous formatting in destination column --Source and destination columns both formatted as General; have also tried Text. --Same formula has worked multiple times in same workbook --Workbook does have thousands of lookups if that matters Can anyone help? Thanks much, |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "Martha" wrote in message ... Worked! Thanks a lot - will try on others where had same problem. "T. Valko" wrote: Try this: =IF(ISNA(VLOOKUP($A4,PMRollout,4,0)), "",IF(VLOOKUP($A4,PMRollout,4,0)="","", VLOOKUP($A4,PMRollout,4,FALSE))) Biff "Martha" wrote in message ... My formula: =IF(ISNA(VLOOKUP($A4,PMRollout,4,FALSE))," ",VLOOKUP($A4,PMRollout,4,FALSE)) Problem: It's returning a "0" value when source cell is blank instead of the usual " ". Notes: --The name is defined as the =source workbook, source sheet, absolute range --Am using Paste-Special-Formulas only to preserve non-continuous formatting in destination column --Source and destination columns both formatted as General; have also tried Text. --Same formula has worked multiple times in same workbook --Workbook does have thousands of lookups if that matters Can anyone help? Thanks much, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) | |||
ISNA VLOOKUP any data prefixed with a "C7" cannot be found? | Excel Discussion (Misc queries) | |||
Leave cell data (IF(ISNA(VLOOKUP) is TRUE instead of returning blank (" ") or #NA | Excel Worksheet Functions |