+ Reply to Thread
Results 1 to 2 of 2

Trouble with an IF formula

  1. #1
    glenn
    Guest

    Trouble with an IF formula

    I have an IF formula which selects a date (in text format) and, if the
    criteria is met, will perform a calculation. It works fine except it returns
    a value error when the date I'm looking for isn't in the field. I'm looking
    to have it return 0 instead of value.

  2. #2
    SimonCC
    Guest

    RE: Trouble with an IF formula

    Can just add another IF outside of your formula:
    =IF(ISERROR(YourFormula),0,YourFormula)

    -Simon

    "glenn" wrote:

    > I have an IF formula which selects a date (in text format) and, if the
    > criteria is met, will perform a calculation. It works fine except it returns
    > a value error when the date I'm looking for isn't in the field. I'm looking
    > to have it return 0 instead of value.


+ 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