+ Reply to Thread
Results 1 to 5 of 5

Deciphering a Formula

  1. #1
    Registered User
    Join Date
    12-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    3

    Deciphering a Formula

    Hello.

    I'm new to the forum, but I hope to be learning quite a bit from you all.

    Also...

    Can someone please explain the following formula for me?

    =IF(M12="","",IF(M12="ENTER DATE","MISSING DATA", IF(M12-E12<=5,"Yes","No")))

    I understand the basic argument structure of a conditional formula, but this one went over my head.

    Help would be much appreciated!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Deciphering a Formula

    hi Winstonwolf, welcome to the forum.

    =IF(M12="",""
    IF M12 equals to blank, show as blank

    IF(M12="ENTER DATE","MISSING DATA"
    IF M12 equals to "ENTER DATE", show as "MISSING DATA"

    IF(M12-E12<=5,"Yes"
    IF M12 -E12 is less or equals to 5, show as "Yes"

    ,"No")))
    IF all the above scenario fails, show as 0

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    12-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Deciphering a Formula

    Wow... thank you very much! that's a great break down.

    Could I bother you for one more thing? If I needed to modify this, I'd be a bit lost on how the parenthesis function inside of each other. Or could you recommend a good conditional formula tutorial that you would find adequate for similar formulas?

    Thanks again!

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Registered User
    Join Date
    12-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Deciphering a Formula

    Thanks to both Benishiriyo and Ace-XL for your excellent help! Where would we be without our community's knowledge. I've given whatever reputation points I'm able, to both of you.

    I'll mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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