• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. R

    Look for the correct percentage to multiply

    I have to match salary increases by multiplying a current salary by a certain percentage so that the current salary equals the salary offered. If the salary offered in A1 = 110 If current salary in A2 = 100 The percentage in A3 would in this case be 10% so that the output of A2 & A3 in A4 = 110...
  2. R

    Avoiding Long If Statements

    Hi all, How does one avoid long if statements. The problem is as follows: I'm trying to correlate an incentive fee (IFee) to a predetermined level of profit before tax (PBT). If PBT<=5E6, the IFee = 10% of PBT If PBT >5E6<=10E6, the IFee = 10.5% of PBT If PBT...
  3. R

    vlookup

    Why does the vlookup function give the result of the value just above the one that I am looking for. For example, a series of values: 0.448;0.449;0.450;0.451, I'm looking for 0.451 and the answer comes up as 0.450. Thanks in advance Rodrigo
  4. R

    Charts and Drop Down Boxes

    Hi, I have four input scenarios from a drop down box, each one will result in different values to the "Profit After Tax" bottom line. I would like to present these results on a graph without resorting to "paste special - values". Is there another way of storing output values for the four...
  5. R

    Show/Hide Drop Down Box

    Hi, I have a drop down box with 3 options that a user can choose from. If the user chooses options 2 or 3, I would like, depending on the input choice, another drop down box to appear. Can this be done with data validation as opposed to using drop down box VBA coding. The user choices are...
  6. R

    Drop down box with user defined input

    Hi, I have a drop down box with 4 scenarios that relate to occupancy rates over a fifteen year period. The scenarios are as follows, current, best case, worst case and custom. The first three are easy enough through a combination of the if and vlookup functions. How do I go about allowing for...
Back
Top