+ Reply to Thread
Results 1 to 2 of 2

Validation applied to formula result

Hybrid View

  1. #1
    GlennO
    Guest

    Validation applied to formula result

    I am using a simple formula
    eg. D1=A1*C1

    Without complicating the question is there any way to ensure that the
    formula result in D1 is only negative and a stop message given if the result
    is positive.

    Thanks Glenn

  2. #2
    Dave Peterson
    Guest

    Re: Validation applied to formula result

    Maybe use an adjacent cell with another formula:

    =if(a1*c1<0,"","Stop--it's non-negative!")


    GlennO wrote:
    >
    > I am using a simple formula
    > eg. D1=A1*C1
    >
    > Without complicating the question is there any way to ensure that the
    > formula result in D1 is only negative and a stop message given if the result
    > is positive.
    >
    > Thanks Glenn


    --

    Dave Peterson

+ 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