+ Reply to Thread
Results 1 to 5 of 5

Help with SUMIF formula Please

  1. #1
    Registered User
    Join Date
    02-26-2006
    Posts
    68

    Help with SUMIF formula Please

    Can someone help me with this formula, I keep getting a formula contains error message however I do not see what the error is.

    =SUMIF('Recap Report2'!$C$7:$C&$K$2),"$145.00",('Recap Report2'!$D$7:$D"&$K$2)

    $k$2=400 in worksheet "Data" which is the worksheet that I am putting this calculation.

    Thanks,
    ParteeGolfer

  2. #2
    Don Guillett
    Guest

    Re: Help with SUMIF formula Please

    try without the " "

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "parteegolfer" <parteegolfer.26u6ep_1145995811.2024@excelforum-nospam.com>
    wrote in message
    news:parteegolfer.26u6ep_1145995811.2024@excelforum-nospam.com...
    >
    > Can someone help me with this formula, I keep getting a formula contains
    > error message however I do not see what the error is.
    >
    > =SUMIF('Recap Report2'!$C$7:$C&$K$2),"$145.00",('Recap
    > Report2'!$D$7:$D"&$K$2)
    >
    > $k$2=400 in worksheet "Data" which is the worksheet that I am putting
    > this calculation.
    >
    > Thanks,
    > ParteeGolfer
    >
    >
    > --
    > parteegolfer
    > ------------------------------------------------------------------------
    > parteegolfer's Profile:
    > http://www.excelforum.com/member.php...o&userid=31951
    > View this thread: http://www.excelforum.com/showthread...hreadid=536132
    >




  3. #3
    Registered User
    Join Date
    02-26-2006
    Posts
    68
    This did not work, still getting error

  4. #4
    Tim C
    Guest

    Re: Help with SUMIF formula Please

    Try:

    =SUMIF(INDIRECT("'Recap Report2'!$C$7:$C$"&$K$2),"$145.00",INDIRECT("'Recap
    Report2'!$D$7:$D$"&$K$2))

    You probably need to also change "$145.00" to 145 (without double quotes).

    Tim C

    "parteegolfer" <parteegolfer.26u6ep_1145995811.2024@excelforum-nospam.com>
    wrote in message
    news:parteegolfer.26u6ep_1145995811.2024@excelforum-nospam.com...
    >
    > Can someone help me with this formula, I keep getting a formula contains
    > error message however I do not see what the error is.
    >
    > =SUMIF('Recap Report2'!$C$7:$C&$K$2),"$145.00",('Recap
    > Report2'!$D$7:$D"&$K$2)
    >
    > $k$2=400 in worksheet "Data" which is the worksheet that I am putting
    > this calculation.
    >
    > Thanks,
    > ParteeGolfer
    >
    >
    > --
    > parteegolfer
    > ------------------------------------------------------------------------
    > parteegolfer's Profile:
    > http://www.excelforum.com/member.php...o&userid=31951
    > View this thread: http://www.excelforum.com/showthread...hreadid=536132
    >




  5. #5
    Bob Phillips
    Guest

    Re: Help with SUMIF formula Please

    =SUMIF(INDIRECT("'Recap Report2'!$C$7:$C"&$K$2),145,INDIRECT("'Recap
    Report2'!$D$7:$D"&$K$2))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "parteegolfer" <parteegolfer.26u7sm_1145997603.5979@excelforum-nospam.com>
    wrote in message
    news:parteegolfer.26u7sm_1145997603.5979@excelforum-nospam.com...
    >
    > This did not work, still getting error
    >
    >
    > --
    > parteegolfer
    > ------------------------------------------------------------------------
    > parteegolfer's Profile:

    http://www.excelforum.com/member.php...o&userid=31951
    > View this thread: http://www.excelforum.com/showthread...hreadid=536132
    >




+ 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