+ Reply to Thread
Results 1 to 4 of 4

How do I write this formula in Excel?

  1. #1
    woodie
    Guest

    How do I write this formula in Excel?

    Help, I need to write this as a formula in Excel
    Below =A330.multiply by 5.25% , Above =A330,the first =A330 multiply by
    5=2E25%,then the remainder multiply by 3.25% ,Hope this makes sense,
    Thanks Woodie


  2. #2
    Bob Phillips
    Guest

    Re: How do I write this formula in Excel?

    =MIN(A1,30)*5.25%+MAX(0,A1-30)*3.25%

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "woodie" <3woodies@tiscali.co.uk> wrote in message
    news:1150622653.267780.281160@u72g2000cwu.googlegroups.com...
    Help, I need to write this as a formula in Excel
    Below £30.multiply by 5.25% , Above £30,the first £30 multiply by
    5.25%,then the remainder multiply by 3.25% ,Hope this makes sense,
    Thanks Woodie



  3. #3
    macropod
    Guest

    Re: How do I write this formula in Excel?

    hi Woodie,

    For a value in A1:
    =MIN(A1^1,30)*0.0525+(A1>30)*(A1-30)*0.0325
    The ^1 suppresses an otherwise erroneous result if A1 is empty. You'll still
    get an error if A1 has text, though.

    Cheers

    --
    macropod
    [MVP - Microsoft Word]


    "woodie" <3woodies@tiscali.co.uk> wrote in message
    news:1150622653.267780.281160@u72g2000cwu.googlegroups.com...
    Help, I need to write this as a formula in Excel
    Below £30.multiply by 5.25% , Above £30,the first £30 multiply by
    5.25%,then the remainder multiply by 3.25% ,Hope this makes sense,
    Thanks Woodie



  4. #4
    Dana DeLouis
    Guest

    Re: How do I write this formula in Excel?

    Just another option:

    =MIN(A1*5.25%,A1*3.25%+0.6)

    --
    HTH. :>)
    Dana DeLouis
    Windows XP, Office 2003


    "woodie" <3woodies@tiscali.co.uk> wrote in message
    news:1150622653.267780.281160@u72g2000cwu.googlegroups.com...
    Help, I need to write this as a formula in Excel
    Below £30.multiply by 5.25% , Above £30,the first £30 multiply by
    5.25%,then the remainder multiply by 3.25% ,Hope this makes sense,
    Thanks Woodie



+ 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