+ Reply to Thread
Results 1 to 5 of 5

how to combine 3 formulas into 1 pls

  1. #1
    Registered User
    Join Date
    07-07-2013
    Location
    Northampton uk
    MS-Off Ver
    Excel 2010
    Posts
    146

    how to combine 3 formulas into 1 pls

    i have 3 bits of formula on one row but need them to combine into just one however there is an error on the sheet the throws up #VALUE could someone please take a look and possibly help.

    thank you in advance
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    430

    Re: how to combine 3 formulas into 1 pls

    Hi flyinghigher2011

    try changing the equation in cell O8 to this

    =IF(K8="",SUM(J8-I8)*L8+(M8*I8)-(L8/4)*3,(SUM(J8-I8)*L8+(M8*I8)-(L8/4)*3)+K8)

  3. #3
    Registered User
    Join Date
    07-15-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: how to combine 3 formulas into 1 pls

    Replace all your cell references with this. E.g if its L8, make it IF(ISNUMBER(L8),L8,0). Do this for all cell references in your formula like M8, K8 etc. This will return you a valid formula

  4. #4
    Registered User
    Join Date
    07-07-2013
    Location
    Northampton uk
    MS-Off Ver
    Excel 2010
    Posts
    146

    Re: how to combine 3 formulas into 1 pls

    could you please show what you mean please arunm1008
    Last edited by flyinghigher2011; 07-31-2013 at 11:36 AM.

  5. #5
    Registered User
    Join Date
    07-15-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: how to combine 3 formulas into 1 pls

    In your current formula, replace all
    L8 with IF(ISNUMBER(L8),L8,0)
    M8 with IF(ISNUMBER(M8),M8,0)
    and so on, one by one.

+ 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 someone please help me combine 2 formulas??
    By daviddc114 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-12-2013, 09:54 AM
  2. [SOLVED] Using Combine macro to combine multiple worksheets - need to modify to paste formulas
    By DLSmith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2012, 09:07 AM
  3. Combine Formulas
    By fang603 in forum Excel General
    Replies: 0
    Last Post: 03-09-2012, 02:13 PM
  4. Combine 2 formulas
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. Combine 2 formulas
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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