If you have 7 values then there should be no result - or at least it should be 0
If using XL2007
=IFERROR(existing formula,0)
If using pre XL2007
=IF(COUNT(A2:G2)=7,0,existing formula)
If you have 7 values then there should be no result - or at least it should be 0
If using XL2007
=IFERROR(existing formula,0)
If using pre XL2007
=IF(COUNT(A2:G2)=7,0,existing formula)
Last edited by DonkeyOte; 01-13-2010 at 07:45 AM. Reason: typo ni narrative
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks