+ Reply to Thread
Results 1 to 2 of 2

Calcs stop at a certain structure point

  1. #1
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Calcs stop at a certain structure point

    Using the if calc to calculate commission payable using a percentage (b17:b23) of a cell based on certain criteria (a17:a23)
    Have copied and pasted b7 along row b.
    For some reason the calcs stop at 15% and will not exceed that apart from the calc in b7 which works fine.
    Have searched the string of calcs but unable to spot any difference
    Really need some help.....

    Spread sheet attached
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Calcs stop at a certain structure point

    Hi

    Try this

    B17:B23 is fine.

    Change A17: A23 to this
    0
    1500
    1600
    1700
    1800
    1900
    2000

    B7
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy a cross

    Regard
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Calcs stop at a certain structure point

    in Cell "B7"
    Use =IF($B$2<1500,B4*$B18,IF(AND($B$2>1499,$B$2<1600),B4*$B19,IF(AND($B$2>1599,$B$2<1700),B4*$B20,IF(AND($B$2>1699,$B$2<1800),B4*$B21,IF(AND($B$2>1799,$B$2<1900),B4*$B22,IF(AND($B$2>1899,$B$2<2000),B4*$B23,IF(AND($B$2>1999),B4*$B24,))))))) instead
    =IF($B$2<1500,B4*$B17,IF(AND($B$2>1499,$B$2<1600),B4*$B18,IF(AND($B$2>1599,B$2<1700),B4*$B19,IF(AND($B$2>1699,$B$2<1800),B4*$B20,IF(AND($B$2>1799,$B$2<1900),B4*$B21,IF(AND($B$2>1899,$B$2<2000),B4*$B22,IF(AND($B$2>1999),B4*$B23,)))))))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. [SOLVED] How to stop .End(xlip).Offset(0, 0) at a certain point?
    By tnuis in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-04-2013, 02:44 PM
  2. make excel RTD stop at a certain point? (please take a look)
    By ryefield in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2013, 09:46 AM
  3. What is the stop point for For Each Function using columns?
    By smohyee in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-16-2011, 02:36 AM
  4. [SOLVED] how do I stop excel putting a space after a decimal point
    By Billious in forum Excel General
    Replies: 1
    Last Post: 02-16-2006, 04:25 AM
  5. Copying numbers down to a stop point
    By toesparkle in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-21-2005, 08:52 AM

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