+ Reply to Thread
Results 1 to 3 of 3

Inserting another column into current formula

  1. #1
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Inserting another column into current formula

    How can i ad Column F to the current formula ? im trying to find how many games played at home without a loss

    Column F is Home or away

    this is my current formula

    =MAX(FREQUENCY(IF(ISNUMBER(MATCH('Match Database'!$G$2:$G$5000,{"Won","Drew"},0)),IF('Match Database'!$H$2:$H$5000=AD42,ROW($I$2:$I$5000))),IF('Match Database'!$G$2:$G$5000="Lost",IF('Match Database'!$H$2:$H$5000=AD42,ROW($I$2:$I$5000)))))

    im trying to ad column F i will be changing this for the away games also just by changing the word home to away


    TIA

  2. #2
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    697

    Re: Inserting another column into current formula

    Please attach a sample workbook with expected result.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Inserting another column into current formula

    May be this. Try.

    =MAX(FREQUENCY(IF(ISNUMBER(MATCH('Match Database'!$G$2:$G$5000,{"Won","Drew"},0)),IF(('Match Database'!$H$2:$H$5000=AD42)*('Match Database'!$F$2:$F$5000="Home),ROW($I$2:$I$5000))),IF('Match Database'!$G$2:$G$5000="Lost",IF('Match Database'!$H$2:$H$5000=AD42,ROW($I$2:$I$5000)))))
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. [SOLVED] Inserting Current Date in First Cell of New Row in Table
    By DavidFC in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-30-2019, 06:08 PM
  2. [SOLVED] Inserting a formula to a column but....
    By puuts in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-24-2014, 02:44 PM
  3. If cell value's change , inserting current date
    By otacon23 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-09-2013, 09:52 AM
  4. Inserting column then putting formula
    By lgjmac in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-16-2013, 10:35 AM
  5. inserting cells above current data
    By admiralpumpkin in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-30-2011, 12:48 PM
  6. Replies: 6
    Last Post: 08-29-2010, 08:15 AM
  7. [SOLVED] Inserting Data Beneath Current Rows
    By Jasper in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-21-2005, 12:06 PM

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