Closed Thread
Results 1 to 4 of 4

Multiply (C8-C4) by B10 to display positive only i.e. C8>=C4

  1. #1
    seamusdoherty
    Guest

    Multiply (C8-C4) by B10 to display positive only i.e. C8>=C4



  2. #2
    JulieD
    Guest

    Re: Multiply (C8-C4) by B10 to display positive only i.e. C8>=C4

    Hi

    =IF(C8>=C4,(C8-C4)*B10,"")
    or
    =ABS(C8-C4)*B10

    depending on what you're acutally asking (its a good idea to write a bit in
    the message body about what it is you're trying to achieve)

    --
    Cheers
    JulieD
    check out www.hcts.net.au/tipsandtricks.htm
    ....well i'm working on it anyway
    "seamusdoherty" <[email protected]> wrote in message
    news:[email protected]...
    >




  3. #3
    RagDyeR
    Guest

    =MAX((C8-C4)*B10,0)




  4. #4
    Gord Dibben
    Guest

    Re: =MAX((C8-C4)*B10,0)

    LOL!

    Gord

    On Wed, 4 May 2005 08:05:29 -0700, "RagDyeR" <[email protected]> wrote:

    >



Closed 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