+ Reply to Thread
Results 1 to 3 of 3

sumifs for excel 2003 *compatible with alfanumeric target*

  1. #1
    Forum Contributor
    Join Date
    09-30-2009
    Location
    Barcelona
    MS-Off Ver
    Excel 2010
    Posts
    274

    sumifs for excel 2003 *compatible with alfanumeric target*

    hi there,

    I've been looking around for a while and didn't find anything to work so I post it here

    I am working with excel 2003 and I'm doing a macro that should put a Sumifs-like formula in a range

    using the workaround with sumproduct((range1=cond1)*(range2=cond2)... *sumtarget) I managed to get all the conditions in, but the problem is that in the actual sum target there are numbers but also some entries with letters (which should be ignored)

    I tried puting an extra condition with ISNUMBER(range) but even with that seems to break if a nonnumber is present (probably does not stop evaluating for that line)

    can anyone recommend me some workaround to this problem??

    the regular sumif present in excel 2003 seems not to mind the non numeric entries...


    all help appreciated

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: sumifs for excel 2003 *compatible with alfanumeric target*

    = sumproduct((range1=cond1)*(range2=cond2)... , sumtarget)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    09-30-2009
    Location
    Barcelona
    MS-Off Ver
    Excel 2010
    Posts
    274

    Re: sumifs for excel 2003 *compatible with alfanumeric target*

    wow! that was brief and effective!
    thank you!!

+ 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