+ Reply to Thread
Results 1 to 5 of 5

combine to formulas into one

  1. #1
    Registered User
    Join Date
    01-24-2012
    Location
    australia
    MS-Off Ver
    Excel 2010
    Posts
    32

    combine to formulas into one

    I have tried this formula and the result is ' to many arguments' Can someone simplify it so it works ?
    Both arguments work separately ie.=IF(INPUT!D52="Lav","",INPUT!E52) =IF (INPUT!D52="Hunt","",INPUT!E52)

    =IF(INPUT!D52="Lav","",INPUT!E52,IF(INPUT!D52="Hunt","",INPUT!E52))

    Any assistance word be greatfully appreciated.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: combine to formulas into one

    Untested...
    =IF(or(INPUT!D52="Lav",INPUT!D52="Hunt"),"",INPUT!E52)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: combine to formulas into one

    Maybe like this ...

    =IF(OR(INPUT!D52={"Lav","Hunt"}),"",INPUT!E52)

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

    Re: combine to formulas into one

    Try

    =IF(OR(Input!D52={"Lav","Hunt"}),"",Input!E52)
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: combine to formulas into one

    Happy to help, thanks for the feedback

+ 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] Help to combine formulas
    By scudo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-02-2015, 03:52 PM
  2. [SOLVED] Combine formulas if
    By KvdB in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-03-2013, 08:40 AM
  3. [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
  4. combine 2 formulas
    By jiunndar in forum Excel General
    Replies: 2
    Last Post: 01-21-2011, 02:44 AM
  5. [SOLVED] Combine 2 formulas
    By Steved in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 07:05 PM
  6. [SOLVED] Combine 2 formulas
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  7. Combine 2 formulas
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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