+ Reply to Thread
Results 1 to 4 of 4

Combining multiple formulas

  1. #1
    Forum Contributor
    Join Date
    05-29-2009
    Location
    sheffield
    MS-Off Ver
    Excel 2013
    Posts
    210

    Combining multiple formulas

    Hi all,

    I have the following formulas:-

    =IFERROR(SUM(IF(SUM(F11*24)<VLOOKUP($C11,$F$1:$O$6,3),VLOOKUP($C11,$F$1:$O$6,3),SUM(F11*24))-VLOOKUP($C11,$F$1:$O$6,3)),"")

    =IFERROR(SUM(IF(SUM(G11*24)<VLOOKUP($C11,$F$1:$O$6,3),VLOOKUP($C11,$F$1:$O$6,3),SUM(G11*24))-VLOOKUP($C11,$F$1:$O$6,3)),"")

    I have the same formula seven times with the cell reference at the first part of the formula continuing alphabetically H, I, J, K, L, M.

    Currently, I have each formula in it's own cell but I'd like to just SUM the results of each formula in one cell as one long formula.

    I've tried a simple =sum((formula1)+(formula2)) etc but this results in error.

    I've attached the example. The formulas are in columns Z:AF.

    Please can someone help.
    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Combining multiple formulas

    you are putting iferror formula with "" (text) that is why it is happening you need to change with 0(zero) and now you will surly club your formula.

    Cheers
    Ankur

  3. #3
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Combining multiple formulas

    indeed, simple
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    shall do.

    Note that there is no
    =sum((formula1)+(formula2))
    but =sum(formula1,formula2)
    alternatively
    =(formula1)+(formula2)
    would do

    But key point is as Ankur mentioned: 0 instead of ""
    Best Regards,

    Kaper

  4. #4
    Forum Contributor
    Join Date
    05-29-2009
    Location
    sheffield
    MS-Off Ver
    Excel 2013
    Posts
    210

    Re: Combining multiple formulas

    Schoolboy error - Thank you.

+ 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] Combining multiple IF/AND formulas
    By matt1020 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2014, 01:55 PM
  2. combining multiple if formulas
    By AD2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2013, 01:11 PM
  3. [SOLVED] Combining multiple formulas in one cell
    By scsuflyboy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2012, 11:47 AM
  4. Combining Multiple IF/THEN Formulas
    By artiststevens in forum Excel General
    Replies: 3
    Last Post: 12-09-2010, 07:05 PM
  5. Combining multiple formulas
    By rlkerr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-30-2006, 03:39 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