+ Reply to Thread
Results 1 to 7 of 7

If..Formula needed please

  1. #1
    Registered User
    Join Date
    12-17-2008
    Location
    wales
    Posts
    8

    If..Formula needed please

    So sorry to bother you all again, but here is my problem....
    On a workbook I need to put in a weight (cell A1) then in cell A2 I need to put in a zone (1 , 2 , 3 or 4) then in cell A3 I need to show the following:
    if Zone =1 then A3 = A1-15 x 0.5 + £12.00
    if Zone =2 then A3=A1 -10 x 1.25 +£40.00
    and so on for all 4 zones
    can anyone spare the time please...
    thanks in anticipation
    Steve
    Last edited by stevedork; 06-23-2009 at 07:36 AM. Reason: told to do so by Big Cheese

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Help please, formula.....

    How about something like

    =A1-CHOOSE(A2,.75,12.5,value3,value4)+CHOOSE(A2,12,40,pounds3,pounds4)
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Help please, formula.....

    Steve, please take a few minutes to read the forum rules, and then amend your thread title accordingly.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Help please, formula.....

    If found the following solution:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  5. #5
    Registered User
    Join Date
    12-17-2008
    Location
    wales
    Posts
    8

    Re: If..Formula needed please

    Brilliant, thank you so much
    Regards
    Steve

  6. #6
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: If..Formula needed please

    =CHOOSE(Zone,(Weight-15)*0.5 +12,(Weight-10)*1.25 +40,"Formula 3","Formula 4")
    Regards
    Darren

    Update 12-Nov-2010 Still job hunting!

    If you are happy with the results, please add to our reputation by clicking the blue scales icon in the blue bar of the post.

    Learn something new each day, Embrace change do not fear it, evolve and do not become extinct!


  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: If..Formula needed please

    Steve please read the Forum rules before posting any further.

    The title remains unacceptable - think along the lines of what you would enter into a Search Engine when giving a title to your thread.

    rwgrietveld / squiggler47 - going forward please consider as to whether or not the alteration made by the OP is in line with the rules before posting...

+ 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