+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : If and or If or formula doubt

  1. #1
    Forum Contributor
    Join Date
    11-28-2011
    Location
    puerto rico
    MS-Off Ver
    Excel 2007
    Posts
    113

    If and or If or formula doubt

    Hi everyone and first thks everyone for the help you give us... i have a problem with a formula, i am trying to do the following

    =IF(and(F10="","",f6="","",(F10/F4)) but is not working

    if the cells f10 and f6 are blank return blank if not then dive them but i am getting an error. can you help me?
    Last edited by lizsantiago07; 06-07-2012 at 11:59 AM.

  2. #2
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: If and or If or formula doubt

    try

    =If(And(F10="",F6=""),"",(F10/F6))

  3. #3
    Forum Contributor
    Join Date
    11-28-2011
    Location
    puerto rico
    MS-Off Ver
    Excel 2007
    Posts
    113

    Re: If and or If or formula doubt

    nope not working

  4. #4
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: If and or If or formula doubt

    what is the error?? can you post your workbook.

  5. #5
    Forum Contributor
    Join Date
    11-28-2011
    Location
    puerto rico
    MS-Off Ver
    Excel 2007
    Posts
    113

    Re: If and or If or formula doubt

    the error is that when i delete f4 all the other formular write ###### and since this is a rollbook i am making i want the formulas to do nothing if some cells are blank until i write the points.
    so this is what i need : if f4 and f10 are blank then in f11 be blank if i write the points then in f11 divide f10/f4
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: If and or If or formula doubt

    You need this formula then i believe in all of your F cells that require it.

    =If(Or(F10="",F6=""),"",(F10/F6))

    Let me know if this works

  7. #7
    Forum Contributor
    Join Date
    11-28-2011
    Location
    puerto rico
    MS-Off Ver
    Excel 2007
    Posts
    113

    Re: If and or If or formula doubt

    thks that works now!!!

+ 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