+ Reply to Thread
Results 1 to 6 of 6

Multifunction formula Help

  1. #1
    Registered User
    Join Date
    02-28-2016
    Location
    Sunshine Coast, Queensland
    MS-Off Ver
    365 for Business
    Posts
    23

    Multifunction formula Help

    Hi Guys,

    I am trying to come up with a formula to a cell that returns text from a few rules I have set up.

    Refer to the attached Excel spreadsheet.

    Column I - the returned value, based on a set of rules.

    The Rules:

    (ECV = Estimated Contract Value)


    ECV < 250,000 & GAIN TYPICAL AOA
    ECV < 250,000 & LOSS ALT
    ECV > 250,000 < 100,000 & GAIN AMT
    ECV > 250,000 < 100,000 & LOSS ALT
    ECV > 1,000,000 ALT

    So to take the first rule as an example: If the estimated contract value is less than 250,000 and there is a gain, then I would like to return the text "TYPICAL AOA" in Cell I6

    Additionally, would like conditional formatting:

    If formula returns:

    TYPICAL AOA SIGNOFF - The cell colure to be YELLOW
    AMT - The cell colour to be BLUE
    ALT - The cell colour to be GREEN

    Thanks in advance.

    Jeff
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Multifunction formula Help

    the formula
    =IF(OR(F6>$G$20,AND(F6>$G$19,H6<0)),"ALT",IF(F6>$G$19,"AMT",IF(H6<0,"ALT SIGNOFF","TYPICAL AOA SIGNOFF")))

    conditional format cell value contains text and colour appopriately

  3. #3
    Registered User
    Join Date
    02-28-2016
    Location
    Sunshine Coast, Queensland
    MS-Off Ver
    365 for Business
    Posts
    23

    Re: Multifunction formula Help

    Excellent,

    Thanks very much. Tested and all good. Just need to try and provide a blank cell if there is nothing there.

    It seems to return "TYPICAL AOA SIGNOFF" when there are no values in the other cells.

    No biggie though.

    Thanks.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Multifunction formula Help

    =if(f6="","",IF(OR(F6>$G$20,AND(F6>$G$19,H6<0)),"ALT",IF(F6>$G$19,"AMT",IF(H6<0,"ALT SIGNOFF","TYPICAL AOA SIGNOFF"))))

  5. #5
    Registered User
    Join Date
    02-28-2016
    Location
    Sunshine Coast, Queensland
    MS-Off Ver
    365 for Business
    Posts
    23

    Re: Multifunction formula Help

    Thanks very much

  6. #6
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,857

    Re: Multifunction formula Help

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  2. [SOLVED] VBA VLOOKUP - Need to convert multifunction WS formulas to VBA.
    By jrtraylor in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 03-29-2014, 09:21 PM
  3. multifunction formula for input
    By Mstout9026 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-18-2014, 06:25 AM
  4. multifunction formula
    By Mstout9026 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-17-2014, 11:54 PM
  5. Replies: 2
    Last Post: 06-05-2012, 08:37 AM
  6. MultiFunction Command Button
    By Tobre in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-26-2011, 10:35 AM
  7. Multifunction for one cell
    By JeanC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-22-2005, 03:06 AM

Tags for this Thread

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