+ Reply to Thread
Results 1 to 3 of 3

Error in my formula?

  1. #1
    Registered User
    Join Date
    03-10-2006
    Posts
    48

    Error in my formula?

    in this formula i am calculating and increase of 25 cents per full percent increase in a range of 110%-124%, but when i get to 120% percent this formula becomes inaccurate? what did i do wrong? the formula starts at 4.00$ and adds .25 per/percent.

    (IF(E10<1.1,0,4+INT(MOD(E10*10,1)*10)*0.25))

  2. #2
    Dave O
    Guest

    Re: Error in my formula?

    Would this do it for you? It's slightly more intuitive, for not having
    the INT and MOD functions.
    =(IF(E10<1.1,0,4+((E10*100)-110)*0.25))


  3. #3
    Registered User
    Join Date
    03-10-2006
    Posts
    48
    i had to throw an =int into it but it worked.. thanks

+ 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