Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or probably faster execution with
=IF(COUNTIF($O$2:$P$39,A7),VLOOKUP(A7,O$2:$P$39,2, FALSE),0) -- Regards Roger Govier "Roger Govier" wrote in message news:... Hi Rather than the double Vlookup, you could test for the existence of the Department first with Match =IF(ISNUMBER(MATCH(A7,$O$2:$P$39,0)),VLOOKUP(A7,O$ 2:$P$39,2,FALSE),0) -- Regards Roger Govier "fabiano" (donotspam) wrote in message ... I using this formula =IF(ISNA(VLOOKUP(A7,$O$2:$P$39,2,0)),"",VLOOKUP(A7 ,O$2:$P$39,2,FALSE)) I need the department that do not have a dollar value to equal to $0.00 in my list on matched up department sales Or my %of Sales formula does not work. Department Sales Departement Sales % of Sales Baseball $186.95 Baseball $186.95 #VALUE! Bikes $3,317.88 Basketball #VALUE! Exersice $14.98 Bikes $3,317.88 #N/A Footwear $217.37 Billards #VALUE! General $35.99 Bowling #VALUE! Golf $210.83 Darts #VALUE! Hockey $906.92 Exersice $14.98 #N/A Inlines $249.98 Figure Skates #VALUE! Licenced $79.99 FootBall #VALUE! Racquets $112.75 Footwear $217.37 #N/A Rental $134.99 General $35.99 #N/A Repairs $57.73 Gift Cert #VALUE! Skateboards $201.97 Golf 210.83 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY | Excel Worksheet Functions | |||
How do I return a blank for VLOOKUP instead of #N/A? | Excel Worksheet Functions | |||
Counting blank and filled cells within a range. | Excel Discussion (Misc queries) | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
referencing cells that return blank results | Excel Worksheet Functions |