+ Reply to Thread
Results 1 to 4 of 4

Conditional sum resulting in #n/a

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Conditional sum resulting in #n/a

    "empty cells" would not generate the #N/A error.

    It sounds as though you have underlying error values in either of or indeed both of the ranges referenced ... on which basis: what does the below return ?

    =SUM(IF(NOT(ISNA(Sheet1!$D$2:$D$5000))*ISNUMBER(Sheet1!$I$2:$I$5000);(Sheet1!$D$2:$D$5000=$A2)*Sheet1!$I$2:$I$5000))
    confirmed with CTRL + SHIFT + ENTER
    Last edited by DonkeyOte; 01-02-2010 at 06:45 AM. Reason: changed delimiter to ; per OP

  2. #2
    Registered User
    Join Date
    01-02-2010
    Location
    South Jersey Shore
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Conditional sum resulting in #n/a

    Thanks for the replies.

    DonkeyOte: your formula works as intended - much appreciated.

    M/W

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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