+ Reply to Thread
Results 1 to 3 of 3

If conditional formatting, (I think)

  1. #1
    Registered User
    Join Date
    06-29-2015
    Location
    Vancouver
    MS-Off Ver
    MS Office 2010
    Posts
    2

    If conditional formatting, (I think)

    Hi, first post here. I had a hunt for what I think I want, but couldn't see anything.

    I need to calculate the amount of insurance on a shipment based on the value of the shipment.

    The FIRST $100.00 is FREE
    $100.01-$300.00=$2.90
    $300.01 AND UP is $0.95 PER $100.00
    So if the price of the item was $525.00 = $2.90 plus $0.95 plus $0.95 plus $0.95 =$5.75
    So if the price of the item was $499.00 = $4.80
    So if the price of the item was $601.00 = $6.70

    Hope that makes sense.

    Thanks in advance

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: If conditional formatting, (I think)

    One way

    =IF(A1<100.01, 0, 2.9 +MROUND(MAX(ROUNDUP(A1,0)-300,0)+49,100)/100*0.95)
    I might have made it more complicated than it needed to be.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    06-29-2015
    Location
    Vancouver
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Re: If conditional formatting, (I think)

    Complicated or not, it works. Thanks for the quick response!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formatting Cells with Date or Text Values in a Conditional Formatting Formula
    By Phil Hageman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-15-2014, 09:36 AM
  2. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  3. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  4. Delete Conditional Formatting conditions but keep cell formatting - Excel 2010
    By tetreama in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-09-2012, 08:28 PM
  5. Replies: 3
    Last Post: 05-15-2012, 04:13 PM

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