+ Reply to Thread
Results 1 to 2 of 2

remove #VALUE and #N/A from an Array

  1. #1
    Registered User
    Join Date
    06-22-2010
    Location
    amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    20

    remove #VALUE and #N/A from an Array

    Hello,

    I'm creating an array to pass to SomeFunction....but the function can only handle numbers and not items like #VALUE or #N/A.

    Is there some way to strip out the #VALUE/#N/A's from the array and return everything else?

    {=SomeFunction((Table1[Crit1]=1)*(Table1[Crit2]="B")*(Table1[Value]))}

    Thanks,
    Al

  2. #2
    Registered User
    Join Date
    06-29-2010
    Location
    Central Texas
    MS-Off Ver
    Excel 2007
    Posts
    33

    Re: remove #VALUE and #N/A from an Array

    You can try {=SomeFunction(iferror((Table1[Crit1]=1)*(Table1[Crit2]="B")*(Table1[Value]),""))}

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1