+ Reply to Thread
Results 1 to 4 of 4

One more final tweak...

  1. #1
    M. Stanley
    Guest

    One more final tweak...

    How do I further modify it so that if G17<H17 it also equals zero?



  2. #2
    Debra Dalgleish
    Guest

    Re: One more final tweak...

    Modify the formula to:

    =IF(OR(H17=0,G17-H17<=0),0,(G17-H17)*1.5)

    M. Stanley wrote:
    > How do I further modify it so that if G17<H17 it also equals zero?
    >
    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


  3. #3
    M. Stanley
    Guest

    Re: One more final tweak...

    Thanks Debra!

    "Debra Dalgleish" <dsd@contexturesXSPAM.com> wrote in message
    news:41E73434.8090205@contexturesXSPAM.com...
    > Modify the formula to:
    >
    > =IF(OR(H17=0,G17-H17<=0),0,(G17-H17)*1.5)
    >
    > M. Stanley wrote:
    >> How do I further modify it so that if G17<H17 it also equals zero?

    >
    >
    > --
    > Debra Dalgleish
    > Excel FAQ, Tips & Book List
    > http://www.contextures.com/tiptech.html
    >




  4. #4
    Dana DeLouis
    Guest

    Re: One more final tweak...

    What you have is better, but something I was experimenting with suggested
    the following:

    =(3*(G17-H17)/2)*(G17>H17)*(H17<>0)

    Hope this came out right.
    --
    Dana DeLouis
    Win XP & Office 2003


    "M. Stanley" <superstan76@hotmail.com> wrote in message
    news:%23Ol4aSl%23EHA.3416@TK2MSFTNGP09.phx.gbl...
    > Thanks Debra!
    >
    > "Debra Dalgleish" <dsd@contexturesXSPAM.com> wrote in message
    > news:41E73434.8090205@contexturesXSPAM.com...
    >> Modify the formula to:
    >>
    >> =IF(OR(H17=0,G17-H17<=0),0,(G17-H17)*1.5)
    >>
    >> M. Stanley wrote:
    >>> How do I further modify it so that if G17<H17 it also equals zero?

    >>
    >>
    >> --
    >> Debra Dalgleish
    >> Excel FAQ, Tips & Book List
    >> http://www.contextures.com/tiptech.html
    >>

    >
    >




+ 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