Hi,
=IF(ISNUMBER(MATCH(A2,E:E,0)),$F:$F,"")
return wrong value?
anyone pls?
Hi,
=IF(ISNUMBER(MATCH(A2,E:E,0)),$F:$F,"")
return wrong value?
anyone pls?
Last edited by DonkeyOte; 01-07-2010 at 09:02 AM.
Based on your data, rather than double evaluating etc why not just use:
and apply a Custom Format to C2:C98 of: [=0]"";General ... thereby making 0's appear as blanks.![]()
C2: =SUMIF(E:E,A2,F:F) copied down
NOTE: I only just noticed your title - I have edited on this occasion given I'd already made the mistake of replying - ensure your titles are appropriate going forward.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Noted, Thanks!
Try This
=(IF(ISERROR(VLOOKUP(A2,E:F,2,0)),"",VLOOKUP(A2,E:F,2,0)))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks