+ Reply to Thread
Results 1 to 7 of 7

Soccer Match Analise - Logic Formulas

  1. #1
    Registered User
    Join Date
    06-13-2013
    Location
    Portugal
    MS-Off Ver
    Excel 2013
    Posts
    4

    Soccer Match Analise - Logic Formulas

    I need help with this excell sheet in link.
    I want the following reasoning:

    1º.
    If cell "Call" is "C" and cell "Status" is "T" then "Minutes - IN" is 0
    If cell "Call" is "C" cell "Status" is "S" then "Minutes - IN" is ND

    2.º
    In cells "Totals - GK, DF, ME and FW" i have a sum.if of cell "Position" value but i want that only if cell "Call" is "C".
    If cell "Call" is "NC", the cells "TOTAL" can't assume the "Possition" value.


    Mapa Minutos_Juvenis.xlsx
    Last edited by tezito; 06-13-2013 at 05:40 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Logic Formulas

    Hi and welcome to the forum

    We would love to help you with your question, but 1st, in accordance with forum rule, please rename your thread to something more meaningful, that actually describes your problem.

    Because thread titles are used in searching the forum it is vital they be written to accurately describe your thread content or overall objective using ONLY search friendly key words. That is, your title used as search terms would return relevant results.

    Also, many members will look at a thread title, and if it is of interest to them, or it falls within their area of expertese, they might only open those threads.

    Look at it this way...if you typed that title into google, what would you expect to get back?
    To change a Title on your post, click EDIT on you're 1st post, then Go Advanced and change your title

    Also, please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Logic Formulas

    i did and got this
    https://www.google.co.uk/search?q=Lo...w=1080&bih=492
    see what we mean?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    06-13-2013
    Location
    Portugal
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Soccer Match Analise - Logic Formulas

    Sorry and i hope is better now.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Soccer Match Analise - Logic Formulas

    LOL good 1 Martin, I like that 1st 1 (well I think I like it, not sure I knopw what it means though lol)

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Soccer Match Analise - Logic Formulas

    for 1, maybe...
    =IF(D12="C",IF(E12="T",0,IF(E12="S","ND","")),"")

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Soccer Match Analise - Logic Formulas

    for 2, maybe...
    =IF($D11="C",1,0)

    copied across and down

+ 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