Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi SAM,
It doesn`t seem to like the = sign after the double "","", Any ideas? "Sam Wilson" wrote: =IF(IF(ISERROR(VLOOKUP(EE37,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE)),"",VLOOKUP(EE3 7,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE))="","",=IF(ISER ROR(VLOOKUP(EE37,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE)),"",VLOOKUP(EE3 7,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE))) Nice... "Romileyrunner1" wrote: Hi Eduardo, that solved the blank cell 0% cell issue, but now I`m still getting 0% when a cell in the AC collumn is empty (this means a student was absent) The formua now reads : =IF(VLOOKUP(AC70,'[Tracking Prediction Tables.xls]Predicted Percentages'!$U$7:$W$44,3,FALSE)="","",VLOOKUP(AC7 0,'[Tracking Prediction Tables.xls]Predicted Percentages'!$U$7:$W$44,3,FALSE)) Is it possible for these referneces from the empty AC cells to be returned as blank cells also or maybe be even NA Any thoughts? Thanks. "Eduardo" wrote: Hi, try =if(your formula="","",your formula) if this helps please click yes thanks ileyrunner1" wrote: HI, when using a vlookup from a table that might have some blank cells in it, The returning refrences are showing "0%" when I want them just to appear as a blank cell Note I have conditioned the returning refenecs as a % and sometimes there is a genuine 0% that I want to diffrentiate from just a blank. Hope this makes sense Here is what I`m using so far: =IF(ISERROR(VLOOKUP(EE37,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE)),"",VLOOKUP(EE3 7,'[Tracking Prediction Tables.xls]Predicted Percentages'!$AG$7:$AI$44,2,FALSE)) Thanks Guys |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: Return blank when VLOOKUP on blank cells | Excel Discussion (Misc queries) | |||
Vlookup to return blank cell if nothing in range | Excel Discussion (Misc queries) | |||
Return blank cell if value you vlookup is not on pivot | Excel Worksheet Functions | |||
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY | Excel Worksheet Functions | |||
Vlookup return 0 when cell is blank | Excel Worksheet Functions |