+ Reply to Thread
Results 1 to 4 of 4

SumIF is not working

  1. #1
    DanVDM
    Guest

    SumIF is not working

    Results Spreadsheet

    Range AA7 value is equal to "Server1-Single"
    Range D7 value is 10

    Counter Spreadsheet

    Range A4 value is "Server1"

    Formula in Range B4 is

    =SUMIF(Results!$AA$7:$AA$1000,A4&-"Single",Results!$D$7:$D$1000)

    Shouldn't this give me a value of 10?




  2. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    It will if you put the the - sign inside the " ".
    ie. =SUMIF(Results!$AA$7:$AA$1000,A4&"-Single",Results!$D$7:$D$1000)


    Quote Originally Posted by DanVDM
    Results Spreadsheet

    Range AA7 value is equal to "Server1-Single"
    Range D7 value is 10

    Counter Spreadsheet

    Range A4 value is "Server1"

    Formula in Range B4 is

    =SUMIF(Results!$AA$7:$AA$1000,A4&-"Single",Results!$D$7:$D$1000)

    Shouldn't this give me a value of 10?

  3. #3
    JE McGimpsey
    Guest

    Re: SumIF is not working

    Try

    =SUMIF(Results!$AA$7:$AA$1000,A4&"-Single",Results!$D$7:$D$1000)


    In article <#[email protected]>,
    "DanVDM" <[email protected]> wrote:

    > Results Spreadsheet
    >
    > Range AA7 value is equal to "Server1-Single"
    > Range D7 value is 10
    >
    > Counter Spreadsheet
    >
    > Range A4 value is "Server1"
    >
    > Formula in Range B4 is
    >
    > =SUMIF(Results!$AA$7:$AA$1000,A4&-"Single",Results!$D$7:$D$1000)
    >
    > Shouldn't this give me a value of 10?


  4. #4
    Domenic
    Guest

    Re: SumIF is not working

    Include the dash within the quotes...

    =SUMIF(Results!$AA$7:$AA$1000,A4&"-Single",Results!$D$7:$D$1000)

    Hope this helps!

    In article <#[email protected]>,
    "DanVDM" <[email protected]> wrote:

    > Results Spreadsheet
    >
    > Range AA7 value is equal to "Server1-Single"
    > Range D7 value is 10
    >
    > Counter Spreadsheet
    >
    > Range A4 value is "Server1"
    >
    > Formula in Range B4 is
    >
    > =SUMIF(Results!$AA$7:$AA$1000,A4&-"Single",Results!$D$7:$D$1000)
    >
    > Shouldn't this give me a value of 10?


+ 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