+ Reply to Thread
Results 1 to 3 of 3

Combining multiple formulas

  1. #1
    Registered User
    Join Date
    08-17-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Combining multiple formulas

    Screen Shot 2019-02-08 at 11.08.21 PM.png

    Trying to help my wife with a spreadsheet for her class that will check a score to see if it is passing, if it is then keep that score, if not go back to the last weeks score. I have done this the only way I have found in a long drawn out process. I'm trying to figure out how to combine all of these in one formula

    D11 =IF(C11>70, "PASS", "FAIL")

    E11 =IF(ISNUMBER(SEARCH("PASS",D11)),C11,A11-6)

    F11 =TEXT(E11,"m/d/yy")

    G11 =VLOOKUP(F11,B4:C34,2,0)

    H11 =IF(E11<101, E11, G11)

    The desired results are there, just in multiple cells. Yes, I'm an excel newbie

    Thanks for any and all help on this!
    Last edited by meanpplsuk; 02-11-2019 at 06:14 PM. Reason: Attached document

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,368

    Re: Combining multiple formulas

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    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,917

    Re: Combining multiple formulas

    I also feel that seeing some sample data to play with, would be a great help.

    On a side note, this...
    E11 =IF(ISNUMBER(SEARCH("PASS",D11)),C11,A11-6)
    could be simplified to this...
    E11 =IF(D11="PASS",C11,A11-6)
    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

+ 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. Combining multiple LOOKUP formulas
    By mhkeim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-30-2018, 03:21 PM
  2. [SOLVED] Combining multiple formulas into 1
    By Yas108 in forum Excel General
    Replies: 3
    Last Post: 12-19-2015, 12:05 PM
  3. [SOLVED] Combining multiple formulas
    By johnmitch38 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2015, 06:00 AM
  4. [SOLVED] Combining multiple IF/AND formulas
    By matt1020 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2014, 01:55 PM
  5. combining multiple if formulas
    By AD2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2013, 01:11 PM
  6. Combining Multiple IF/THEN Formulas
    By artiststevens in forum Excel General
    Replies: 3
    Last Post: 12-09-2010, 07:05 PM
  7. 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