+ Reply to Thread
Results 1 to 6 of 6

Urgent Help re complex if formula.

  1. #1
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    Unhappy Urgent Help re complex if formula.

    =COUNTIF(CallData!$E:$E,"NO CALLS")

    this formula looks at sheet call data coloumn e and counts the word no calls.

    I now need a formula that

    will look at sheet "call data" coloum I and see how many names in that coloum match the name on sheet "otherdata" cell D26 and then workout howmany of those matched names have "No calls" written in coloum I in sheet "call Data". I had the formula before but erased it and finding it so difficult to build again

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    make a sumproduct table instead...

    =sumproduct((e2:e1000="no calls")*(i2:i1000=$d$26))

    obviously you will need to insert your own sheet names to the cell references.

    I find sumproduct much better than pivot tables.

  3. #3
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    sheet references

    sorry for the slow response, thanks for your help, i know this maybe a dumb question but how do i add the sheet references.

  4. #4
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    help

    sorry for the slow response, thanks for your help, i know this maybe a dumb question but how do i add the sheet references.

  5. #5
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    If you have a range specified, say F4:G12, and it's on another sheet, you put the sheet name in front of the range as follows (with single quotes before and after the sheet name, and an ! separating the name and the range:

    'Another Sheet'!F4:G12

    You could use it like this:

    =COUNTIF('Another Sheet'!F4:G12,"Something")

    Scott

  6. #6
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    Thanks

    Thanks mate works a treat

+ 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