+ Reply to Thread
Results 1 to 3 of 3

Match & Last Row Combined

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Match & Last Row Combined

    Hi,

    I have a summary sheet and I would like it to pull data from the data sheet “South”

    What I would like a formula to do is:
    Match the word “overall result” in row 3:4
    Match the word “Cost” in row 5
    Then return the total based on the last row

    e.g. on the summary sheet in cell E5 this should return 468291.745 – based on finding column AJ and the Last row

    Can anyone help please?

    Paul
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Match & Last Row Combined

    A simple...way using a helper row with this formula.

    Formula: copy to clipboard
    =IF(AND(G3="Overall Result",G6="Cost"),INDEX(G7:G1000,MATCH(9.99999999999999E+307,G7:G1000)),"")


    and then you get your result using

    Formula: copy to clipboard
    =SUM(South!G2:AK2)
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Match & Last Row Combined

    Thanks Fotis - this will work perfectly!

+ 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. INDEX, MATCH, and IF functions combined
    By veeeSix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-23-2012, 01:28 PM
  2. [SOLVED] IF and MATCH formula combined?
    By consulttk in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-15-2012, 04:00 PM
  3. vlookup help, combined with match()
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-02-2012, 05:22 PM
  4. Sumif combined with MATCH - Help Sought
    By David Brown in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-09-2010, 01:41 PM
  5. vlookup and match combined?
    By ADiscrete1 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-16-2005, 07:50 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