+ Reply to Thread
Results 1 to 2 of 2

Writing a formula

  1. #1
    Registered User
    Join Date
    06-14-2006
    Posts
    72

    Writing a formula

    I want to write this as a formula: 1 minus F6 divided by F6 plus Z6 plus AA6, but only if AA6 is less than zero

  2. #2
    Shaun
    Guest

    RE: Writing a formula

    =if(aa6<0,(1-f6)/(f6+aa6),0)

    This will return 0 if aa6 is not less than 0. Replace the 0 with whatever
    you want if aa6 is not less than 0.

    Shaun


    "changetires" wrote:

    >
    > I want to write this as a formula: 1 minus F6 divided by F6 plus Z6 plus
    > AA6, but only if AA6 is less than zero
    >
    >
    > --
    > changetires
    > ------------------------------------------------------------------------
    > changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
    > View this thread: http://www.excelforum.com/showthread...hreadid=556093
    >
    >


+ 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