Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When the cell that VLOOKUP looked-up is blank, it displays 0 (zero).
How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(VLOOKUP(parameters here),VLOOKUP(parameters here),"")
"Maki" wrote: When the cell that VLOOKUP looked-up is blank, it displays 0 (zero). How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(VLOOKUP(.....)="","",VLOOKUP(.....)) -- Biff Microsoft Excel MVP "Maki" wrote in message ... When the cell that VLOOKUP looked-up is blank, it displays 0 (zero). How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you both!
-- Maki @ Canberra.AU "T. Valko" wrote: Try this: =IF(VLOOKUP(.....)="","",VLOOKUP(.....)) -- Biff Microsoft Excel MVP "Maki" wrote in message ... When the cell that VLOOKUP looked-up is blank, it displays 0 (zero). How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome!
-- Biff Microsoft Excel MVP "Maki" wrote in message ... Thank you both! -- Maki @ Canberra.AU "T. Valko" wrote: Try this: =IF(VLOOKUP(.....)="","",VLOOKUP(.....)) -- Biff Microsoft Excel MVP "Maki" wrote in message ... When the cell that VLOOKUP looked-up is blank, it displays 0 (zero). How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your feedback. Pl. mark the post as answered.
"T. Valko" wrote: You're welcome! -- Biff Microsoft Excel MVP "Maki" wrote in message ... Thank you both! -- Maki @ Canberra.AU "T. Valko" wrote: Try this: =IF(VLOOKUP(.....)="","",VLOOKUP(.....)) -- Biff Microsoft Excel MVP "Maki" wrote in message ... When the cell that VLOOKUP looked-up is blank, it displays 0 (zero). How can I prevent this and make it to not show anything? i.e. blank? -- Maki @ Canberra.AU |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP returns a 0 and I want a blank | Excel Worksheet Functions | |||
Cell returns blank result... | Excel Worksheet Functions | |||
Lookup returns blank if no match | Excel Worksheet Functions | |||
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY | Excel Worksheet Functions | |||
Vlookup finds a blank, but returns a zero - HELP! | Excel Discussion (Misc queries) |