+ Reply to Thread
Results 1 to 5 of 5

Thread: excel 2007 formulas help

  1. #1
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    excel 2007 formulas help

    =IF(AB12="LOSE",W12*2,IF(AB12="WIN",0.1,Q12))

    I have been able to formulate the above formula so far but have not been able to complete it to how I need it to work. I want to be able to also add the use of the word "POSTPONED". If the word POSTPONED is entered in to cell AB12 the amount carried forward in to the the formula cell should stay the same as W12.
    Last edited by docrobo; 10-09-2011 at 03:37 PM.

  2. #2
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,052

    Re: excel 2007 formulas help

    Try adding another IF function like this

    =IF(AB12="POSTPONED",W12,IF(AB12="LOSE",W12*2,IF(AB12="WIN",0.1,Q12)))
    Audere est facere

  3. #3
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: excel 2007 formulas help

    Hi daddylonglegs, your reply works perfectly. Many thanks.

  4. #4
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: excel 2007 formulas help

    =IF(EZ12="WIN",EU12*EW12/EY12,IF(EZ12="POSTPONED",0,-EU12))

    I have the above formula and I am wanting to ad the words "SEQUENCE END" to the formula so that it calculates the same as the word "WIN"

    Can anyone help.

  5. #5
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: excel 2007 formulas help

    Messaged wrong post
    Last edited by docrobo; 10-23-2011 at 04:10 PM.

+ 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.2.0