![]() |
Vlookup Update
Excel 2007
=VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE) When using the above formula, if one of the cells in my table array is blank, I would like the resulting cell to remain blank - not show a 0 as it does now. Also, when I change a name in my table, it does not update in my drop down list? |
Vlookup Update
Hi,
Try this =IF(COUNTIF(Sheet3!$A$2:$A$47,C9)0,VLOOKUP(C9,She et3!$A$2:$F$47,2,FALSE),"") Mike "Canon" wrote: Excel 2007 =VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE) When using the above formula, if one of the cells in my table array is blank, I would like the resulting cell to remain blank - not show a 0 as it does now. Also, when I change a name in my table, it does not update in my drop down list? |
Vlookup Update
One way is to handle that blank using IF
=IF(VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE)="","",VL OOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE)) If this post helps click Yes --------------- Jacob Skaria "Canon" wrote: Excel 2007 =VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE) When using the above formula, if one of the cells in my table array is blank, I would like the resulting cell to remain blank - not show a 0 as it does now. Also, when I change a name in my table, it does not update in my drop down list? |
Vlookup Update
Thanks guys, that formula worked, but what about updating the table?
"Jacob Skaria" wrote: One way is to handle that blank using IF =IF(VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE)="","",VL OOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE)) If this post helps click Yes --------------- Jacob Skaria "Canon" wrote: Excel 2007 =VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE) When using the above formula, if one of the cells in my table array is blank, I would like the resulting cell to remain blank - not show a 0 as it does now. Also, when I change a name in my table, it does not update in my drop down list? |
All times are GMT +1. The time now is 03:52 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com