+ Reply to Thread
Results 1 to 6 of 6

Creating Complex Formulas

  1. #1
    Registered User
    Join Date
    03-06-2007
    Posts
    4

    Creating Complex Formulas

    I am attempting to create a self servicing spreadsheet that will pull and calculate data contained on another page.

    The data included will be number created, number rejected, and the accuracy. The accuracy is not hard for me to figure out, my problem lies in pulling the other data.

    Here is the scenario, there are 40 people, who submit work, upon going through it, I will list the day it was created, who the owner was and if it was rejected or not. Each person has their own section to list this data on a daily basis

    The first formula I know needs to somehow be an =if(cells=name) but I need to somehow work this to where it will count their names to give the total number created, but also have an If function that includes the date that will give us the total number on a daily basis.

    The second formula will need to be much the same, but with an addition of the numbers rejected by each person on a daily basis.

    Any help would be greatly appreciated, this has got me stumped

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    HI


    Try SUMPRODUCT

    1) =sumproduct(--(range = name),--(range = date)) - this should give you a count of name / date

    2) =sumproduct(--(range = name),--(range = date),(reject range)) - this will give you a sum of the rejects by name / date


    hth


    rylo

  3. #3
    Registered User
    Join Date
    03-06-2007
    Posts
    4

    Thanks

    I'll give it a try and post back if it doesn't work. Thanks for your help

  4. #4
    Registered User
    Join Date
    03-06-2007
    Posts
    4

    Didn't work

    I tried the formula listed above to no avail, maybe has to do with pulling the data from a seperate page.

    I even tried =if(range="date", "count(cell range="Name"),"")

    But even that wouldn't work...Any other ideas anyone?

  5. #5
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Can you give more details on your structure, or perhaps a sample file showing a representative structure, example and what you would expect to return for that example.


    rylo

  6. #6
    Registered User
    Join Date
    03-06-2007
    Posts
    4

    Figured it out

    I ended up having to use a CONCATENATE formula...Someone showed me that one, I had never heard of them, but it proved very useful in pulling the data

+ 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