+ Reply to Thread
Results 1 to 6 of 6

IF function help

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    Oxford, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    10

    IF function help

    I am sorry if my title is vague. If anyone can help me not be vague that would be great. Anyway my function is
    this: =IF(M13="","",K13/M13)
    The cell that has this function in it is a percentage of K13/M13. I just want to fully understand this as I will be repeating this myself soon. So my question is why does it say M13="","",
    That part confuses me. If anyone can tell me hat it means that would be great. I have also seen where a function says ie (J5"") This doesnt make snese to me either. Why is there one empty bracket and in my funstion there are two? I am not allowed to give a copy of the workbook as it is confidential. Sorrry.
    Last edited by kilomanjaro4; 06-18-2013 at 08:59 AM.

  2. #2
    Forum Contributor
    Join Date
    02-28-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    272

    Re: IF function help

    Dear,

    It means in case if cell M13 is blank then leave it as a blank else run the formula K13/M13.
    Please consider adding a * if I helped

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: IF function help

    Further to this, the formula K13/M13 will result in an error (#DIV!0) if M13 is zero or blank, so your formula just anticipates this and will return a blank ("") instead.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    06-18-2013
    Location
    Oxford, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: IF function help

    Thanks for the help.

  5. #5
    Registered User
    Join Date
    06-18-2013
    Location
    Oxford, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: IF function help

    Where do I change this post to say solved now?

    nvm I figured it out.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF function help

    =IF(M13="","",K13/M13)

    In plain English...

    If cell M13 is equal to a blank/empty cell then return a blank (""), otherwise return the value of cell K13 divided by the value of cell M13.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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