+ Reply to Thread
Results 1 to 7 of 7

SUMIFs Formula that will return text

  1. #1
    Registered User
    Join Date
    07-18-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    4

    SUMIFs Formula that will return text

    Does anyone know how I would change the below formula into one that would return text? Your help is greatly appreicated.

    =SUMIFS('Previous Day'!M:M,'Previous Day'!I:I,Tracking!H5,'Previous Day'!G:G,Tracking!J5)

    'Previous Day'!M:M = The text

    'Previous Day'!I:I, = Selection of all Codes for Catagorisation
    Tracking!H5, = Code
    'Previous Day'!G:G, = Selection of all sub codes
    Tracking!J5 = sub code

    Thanks in advance guys!

  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: SUMIFs Formula that will return text

    Hi and welcome to the forum.

    Looks like an INDEX & MATCH issue..

    Be sure that best way to describe your problem is to upload a sample workbook.

    Be sure that all sensitive data removed, showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that.

    To attach a small sample workbook.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    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
    Registered User
    Join Date
    07-18-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: SUMIFs Formula that will return text

    Here is the example suggested above.

    The columns I care about feeding the data from Previous day to are K:N that data comes from columns K:N in the previous day sheet. This is based on the GIN and SET ID matching from the previous day sheet.

    JJ
    Attached Files Attached Files

  4. #4
    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: SUMIFs Formula that will return text

    I am sorry that i don't understand at all which is your goal! Maybe my English..?

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: SUMIFs Formula that will return text

    In K5 use this array formula

    =INDEX('Previous Day'!K:K,MATCH($B5&$J5,'Previous Day'!$B:$B&'Previous Day'!$G:$G,0))

    ..confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    Copy across.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  6. #6
    Registered User
    Join Date
    07-18-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: SUMIFs Formula that will return text

    =INDEX('Previous Day'!M:M,MATCH($B6&$J6,'Previous Day'!$B:$B&'Previous Day'!$J:$J,0))

    Using this, appears like it should work, but it doesn't.

  7. #7
    Registered User
    Join Date
    07-18-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: SUMIFs Formula that will return text

    scratch that, it works!!!! THANK YOU!

    but when I autofill it just autofills the same thing as the cell I am filling from, the formula is adapting but doesn't retireve the correct result without me refreshing the cell.
    Last edited by jamesjy90; 07-18-2013 at 07:15 AM.

+ 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. SUMIFS formula that includes specific text
    By aurisab in forum Excel General
    Replies: 15
    Last Post: 12-16-2012, 08:20 PM
  2. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM
  3. How Do I Intentionally return #N/A in SUMIFS and Other Formulas?
    By Steve N. in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-01-2012, 10:56 PM
  4. SUMIFS and return text?
    By ZeroGravity in forum Excel General
    Replies: 0
    Last Post: 12-13-2011, 11:35 AM
  5. [SOLVED] Return Blank instead of $0.00 in sumifs
    By guyrs in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-27-2010, 05:07 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