+ Reply to Thread
Results 1 to 4 of 4

SUMIF - real simple problem... But does NOT work :-(

  1. #1
    Registered User
    Join Date
    04-18-2004
    Posts
    7

    SUMIF - real simple problem... But does NOT work :-(

    Does NOT work:

    If I type:

    =SUMIF(W3:W101,"< X2",V3:V101)

    The cell 'X2' has a number (computed with a formula) - This above command does NOT work .

    -------
    But, if I type 69 instead of X2, like

    =SUMIF(W3:W101,"< 69",V3:V101)

    with a number inside the double quotes, it works perfectly fine. What should I do to make the CRITERIA accept a cell reference rather than a manually typed in number?

    Thanks

    Subbu

  2. #2
    Registered User
    Join Date
    11-18-2005
    Posts
    34

    SUMIF Solution

    Change your formula to the following:

    =SUMIF(W3:W101,CONCATENATE("< ",X2),V3:V101)

    It should work.

  3. #3
    Registered User
    Join Date
    04-18-2004
    Posts
    7

    Thumbs up Thanks Taylor - it WORKS...



    Thanks a lot.

    Subbu

  4. #4
    Valued Forum Contributor
    Join Date
    02-09-2006
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 2016
    Posts
    1,077
    Quote Originally Posted by taylorm
    Change your formula to the following:

    =SUMIF(W3:W101,CONCATENATE("< ",X2),V3:V101)

    It should work.
    I looove this forum! Thanks, Taylor - this is exactly what I need to solve a similar problem.

+ 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