• 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

    Thanks, I was complicating things too much with vlookup etc.
  2. R

    Look for the correct percentage to multiply

    Hi Somendra, see attached file. Regards
  3. 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...
  4. R

    Avoiding Long If Statements

    Hui, you are an awesome Excel Ninja. Thanks so much for your post, it sorted out my problem. Regards Rodrigo
  5. R

    Avoiding Long If Statements

    Thank you all for the input. I would like to put a spin on the previous problem, let me explain: If PBT <=5E6, the IFee = 10% of PBT If PBT <=10E6, the IFee = 10.5% of PBT If PBT <=15E6, the IFee = 11.5% of PBT If PBT <=20E6, the IFee = 13.5% of PBT If PBT <=30E6, the...
  6. 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...
  7. R

    vlookup

    Sorted, instead of using excel's autofill for the data table, I converted the latter to formulas and it works. Rodrigo
  8. R

    vlookup

    Further to this, how can it be that if I get vlookup to look up another value and then afterwards change that value back to the one that I'm looking for, the answer comes up correctly but a further try gives the incorrect answer one again. Rodrigo
  9. R

    vlookup

    Hui, yes sorry, it goes up in increments of 0.001, eg 0.4508; 0.4509; 0.4510; 0.4511; 0.4512 etc. The version of excel is 2007. Rodrigo
  10. R

    vlookup

    Yes, its exactly like this, even the number format is "general". What I have is user defined occupancy rates that start at 0 all the way to 100, in increments of 0.01, the range is therefore rather large but frustrating because the lookup value is always out by a small fraction. Regards
  11. 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
  12. 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...
  13. 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...
  14. R

    Drop down box with user defined input

    Hi Hui, thanks for the post, the formula simplification works great. I have gone for the option of the common first column. Now to the part where the user wants to define his own occupancy rates, i.e. the custom scenario. How do i go about allowing the user to define his own occupancy rates...
  15. 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