+ Reply to Thread
Results 1 to 3 of 3

Greater than or equal to (Plus or minus)

  1. #1
    Brandon
    Guest

    Greater than or equal to (Plus or minus)

    Here is my formula.
    =IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
    It is perfect, except it doesn't have one final step. What I need it to do
    is be able to do that ONLY if it is greater than or less than by a specified
    amount. So there needs to be a modification of ...Sheet!J5<> (but by 100 or
    any other number that I set) $J$4,...

    Thanks so much for the help!

    Brandon

  2. #2
    SimonCC
    Guest

    RE: Greater than or equal to (Plus or minus)

    Kind of got lost towards the end on exacly what conditions you're looking
    for. As far as the greater than or less than part, try using
    OR(Sheet!J5<Amount,Sheet!J5>Amount) as your condition. Sorry I don't know
    exactly where you wanted that so can't stick it into the formula for you.

    -Simon

    "Brandon" wrote:

    > Here is my formula.
    > =IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
    > It is perfect, except it doesn't have one final step. What I need it to do
    > is be able to do that ONLY if it is greater than or less than by a specified
    > amount. So there needs to be a modification of ...Sheet!J5<> (but by 100 or
    > any other number that I set) $J$4,...
    >
    > Thanks so much for the help!
    >
    > Brandon


  3. #3
    Dave Peterson
    Guest

    Re: Greater than or equal to (Plus or minus)

    Maybe, if you want to check to see if there's a difference of less than 100...

    =if(abs(sheet1!$j$5-$j$4)<100,"within a hundred formula",">= 100 formula")

    You could change that 100 to point at any cell you want.



    Brandon wrote:
    >
    > Here is my formula.
    > =IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
    > It is perfect, except it doesn't have one final step. What I need it to do
    > is be able to do that ONLY if it is greater than or less than by a specified
    > amount. So there needs to be a modification of ...Sheet!J5<> (but by 100 or
    > any other number that I set) $J$4,...
    >
    > Thanks so much for the help!
    >
    > Brandon


    --

    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