+ Reply to Thread
Results 1 to 2 of 2

add an if 0 to a formula

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    add an if 0 to a formula

    Hello. How do I add an if zero return "" to this formula? When any of the resulting values return a zero, I want it to be "" instead. Thanks

    =IF(COLUMNS($A:A)<ROWS($1:1),"",IF(COUNT($B14:B14)<=12,$A14*$AW$18,IF(COUNT($B14:B4)<=24,$B7*$AW$19,0))/12)

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: add an if 0 to a formula

    Hi,

    Can't be certain what you mean without seeing a workbook, but perhaps:

    =IF(COLUMNS($A:A)<ROWS($1:1),"",IFERROR(1/(1/(IF(COUNT($B14:B14)<=12,$A14*$AW$18,IF(COUNT($B4:B14)<=24,$B7*$AW$19,0))/12)),""))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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