Consulting

Results 1 to 3 of 3

Thread: Problem to calculate target price according to tree levels

  1. #1

    Problem to calculate target price according to tree levels

    Hello
    i have 2 problems that i can't find a solution for them.
    i attached an excel file which contain 3 columns:
    Column 'A' - item level (small number represent higher stage on product tree)
    Column 'B' - item name
    Column 'C' - single item price
    Column 'D' - accumulated price according to the levels.
    for example : line 9 is the sum of line 10 and line 10 is the sum of lines 11-12
    Column 'E' - in this column i want to enter a target price in which all the levels below it should be exactly 280.
    Column 'F' - example to the problem i have in my code => this is the place where i need help #1 !!!
    Column 'G' - example to the calculation of the new price (Column 'F')
    another problem will be if the user is going to put another target price in low level, like in line 19, he will put 25, how can i answer to that ? #2
    Pls, its urgent

    Thanks
    Attached Files Attached Files

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,064
    Location
    Quote Originally Posted by tommy1234
    another problem will be if the user is going to put another target price in low level, like in line 19, he will put 25, how can i answer to that ? #2
    Use Data Validation, and set a minimum price level
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    who can assist me to fix my code ?
    can someone help me with the first problem ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •