+ Reply to Thread
Results 1 to 4 of 4

if formula returns ":false" instead of "0"

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    2

    if formula returns ":false" instead of "0"

    Hi,

    Good day. I'm making if formula for my accounts receivable aging, my formula for 30-60 days shows like this =if(e11>30, if(e11<=60, f11,0)). it will capture the amount in f11 if it is within the formula but returns false instead of 0 if not.

    Hope you could help me on this one.

    Thanks

    Paul

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

    Re: if formula returns ":false" instead of "0"

    hi Paul, welcome to the forum. maybe:
    =IF(AND(E11>30,E11<=60),F11,0)

    your formula would fail at the first test if it's less than or equals to 30. hence it will return FALSE.

    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
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: if formula returns ":false" instead of "0"

    Try this...
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    02-21-2013
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: if formula returns ":false" instead of "0"

    cool it works.. thanks benishiryo and Sixthsense

+ 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