+ Reply to Thread
Results 1 to 3 of 3

Function in plain english

  1. #1
    Registered User
    Join Date
    03-08-2016
    Location
    LONDON, ENGLAND
    MS-Off Ver
    2011
    Posts
    18

    Function in plain english

    I have been trying to decipher a freebie excel workbook. It is not locked so free to play with to my hearts content.

    Can anyone decipher this for me?

    =SUMIF(Results!C:C,'Individual Tipster Profits'!A12,Results!L:L)

    I have tried tracing precedents but points to what appears to be an empty cell Screen Shot 2016-03-08 at 20.22.12.png

    I am a complete novice at this.

    Thanks

    Michael

  2. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Function in plain english

    I don't see a workbook attachment - but here is what the formula is doing:


    SUMIF will add up the cells in a range which meet a condition.

    So, it is looking at Column C of the Results page, and comparing it to the cell A12 on the Individual Tipster Page. Every time they match, the value in Column L of Results is summed up.


    For example, if

    C2 = 1
    C3 = 1
    C4 = 2
    C5 = 1

    and

    L2 = 10
    L3 = 10
    L4 = 10
    L5 = 50


    And the cell A12 on the Tipster page is a "1", the result will be 70. The Bolded numbers below are being added, because the Red numbers match the criteria (A12 on Tipster page)


    C2 = 1
    C3 = 1
    C4 = 2
    C5 = 1

    and

    L2 = 10
    L3 = 10
    L4 = 10
    L5 = 50

    Hope this helps.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  3. #3
    Registered User
    Join Date
    03-08-2016
    Location
    LONDON, ENGLAND
    MS-Off Ver
    2011
    Posts
    18

    Re: Function in plain english

    Brilliant - allowed me to both understand and amend workbook.

    Thank you.

    M

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can anyone explain x1Down in plain English for me?
    By MattMurdoch in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-08-2013, 07:49 AM
  2. [SOLVED] How to use a formula or function to convert a plain number into a date format
    By Liam Ryan in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-02-2013, 07:48 AM
  3. function to qualify plain text rows before importing (xlFixedWidth)
    By reteptnarg in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-15-2010, 08:01 PM
  4. Excel 2007 : problem with =english function
    By crk140 in forum Excel General
    Replies: 2
    Last Post: 02-09-2010, 06:15 PM
  5. What does this mean in plain english?
    By bayliss_trevor in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-21-2008, 04:01 PM
  6. [SOLVED] Make instructions clear, concise and in plain english.
    By Jo in forum Excel General
    Replies: 0
    Last Post: 05-18-2006, 10:35 PM
  7. Replies: 3
    Last Post: 04-27-2006, 03:00 PM
  8. make macros usable! make instructions in plain english !!!!
    By Brainless_in_Boston in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-02-2006, 11:30 AM

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