+ Reply to Thread
Results 1 to 3 of 3

I want a formula cell to be blank if cells computing formula are blank

  1. #1
    Registered User
    Join Date
    05-19-2011
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    8

    I want a formula cell to be blank if cells computing formula are blank

    I have a formula used to figure out commission and I would like it to be blank if the cells that compute this formula are blank. I have figured out how to do it on simple formulas using the =IF(E10=0,"",E10/F10) but how could I do it on this formula =IF(L10<=1.2,"0.50%",IF(L10<=1.5,"1.00%",IF(L10>=1.51,"1.25%",)))
    Last edited by asawyer3; 05-20-2011 at 05:25 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: I want a formula cell to be blank if cells computing formula are blank

    Hi,

    In exactly the same way, preface it with another IF(), i..e

    Please Login or Register  to view this content.
    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-19-2011
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: I want a formula cell to be blank if cells computing formula are blank

    Thanks for your fast reply. I thought I was doing that, but I must have had an error in there. Such a noob.

+ 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