• 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. F

    Conditional formatting in Excel 2007

    Thanks! I went with your first suggestion. I did that and when I go back to hi-light all the columns from B to N, there are a lot of CF. I'm amazed Excel can't simplified such a tiny conditioning.
  2. F

    Conditional formatting in Excel 2007

    Hi, I have several columns of data. Say column A to column N. Now each column will have 10 data (figures) from A1 to N10 where each column represents a month's worth of 10 important data. I was trying to use conditional formatting to hi-light just two colors but I can't get CF to work out...
  3. F

    Language in a Pull Down Menu automatically updated

    Thanks, Luke M. my concern of list box is that the user move the box around and it'll look ugly and unprofessional. I'll give it a try later today or tomorrow. I'm completely swamped today. Many thanks!!
  4. F

    Motion Induced Blindness

    Holy cow! that's awesome! yes, the yellow dots do disappear from time to time. Amazing!
  5. F

    Print button

    if you are using 2007 or after, you can do so by customizing your quick access toolbar. the print button will show up on top of the Excel window. No macro, no formula to worry.
  6. F

    Take a Year and a Month and make it into one Date

    =year(date) =month(date) =date(year, month,day)
  7. F

    Language in a Pull Down Menu automatically updated

    Hi, I have a worksheet where users can choose the language type, depending on the users' native language and the workbook covers 8 different languages (default to English). When a user opens up the file he'll be prompted to click a pull down menu to choose, say, german. And the entire excel...
  8. F

    Suggestions on Popular (and Peculiar) Excel Functions to Calculate Commission

    Hi all, I'm about to work on a new project on sales commission. What are the most common functions and peculiar functions that you have come across for commission calculation? I would like to gather some ideas so that when the project starts it'd be easier to do. Thank you all!
  9. F

    Nesting Iferror function

    lol Luke beat me by a minute again! Note to self: cut the jabbers. ;)
  10. F

    Nesting Iferror function

    you need to change the number "3" in your original formula into a if formula. If(d2="old",3,5) or something like this.
  11. F

    Need your tips..

    So manster, it's like this. let's set up the worksheet A1: 100.1 (or any number you want) A2: 50 (or another whole number of your choice) A3: blank C3: A1-A2*3 (this is also the cell displaying the result. In solver, you specify: Set Target Cell: $C$3 Equal to: Min By Changing cells...
  12. F

    Identify matching single values from 2 arrays that both have multiple values

    please kindly upload the file to have a look? Thanks.
  13. F

    Separating descriptors via a lookup formula?

    Hi Bill, May be you need to elberate a bit more. may be upload a file of your intention? Thanks.
  14. F

    Calculation of # of months between end of year and a given inputted date

    Thx, SirJB7. would be hard to understand this. but thank god I don't have to use it on a daily basis. It is giving me headache to comprehend its rationale.
  15. F

    Calculation of # of months between end of year and a given inputted date

    Hi SirJB7 I checked out the file and I guess the user is asking for "only" the days as if they are in complete calendar days between the dates as if they were of the same month and same year. Then i have a question with your answr on 30 (line 426) if start date is 31st and end date has a...
  16. F

    Excel 2007

    @SirJB7 First of all, I don't understand why the answer has to be 30. I read the FIRST posting and it didn't specific why the special need for datedif. It only said he's trying to find out "number of days" between two dates. Second, when I said format of the cell to general is because...
  17. F

    =IF returning True when it is False

    I doubt that's the only part where it is wrong. is this part of a bigger formula?
  18. F

    Calculation of # of months between end of year and a given inputted date

    @SirJB7 I read the original question once more and Ifrazier is asking the difference in "months", not "days". So I don't understand what's wrong with my formula. The only thing not clear in his original posting is whether the stated 12/31/2012 is the start or end date. I do not understand...
  19. F

    Excel 2007

    @Nitika.Kaul reading your original posting, why not just use cell2 minus cell1 and change the format of the calculated cell to general to show the number? Why use Datedif? You don't need make it a complicated matter.
  20. F

    Tracking a read only excel file

    When someone creates a workbook and put it up for others to read, the creator may know or have some idea whom the readers/followup users are. See if you can get an idea there. Under "details" there should be a "computer" name. give your IT dept the name of the computer name, say ABCD-1234...
  21. F

    Calculation of # of months between end of year and a given inputted date

    http://chandoo.org/wp/2011/05/16/lost-excel-functions/ DATEDIF(start date, end date, "M")
  22. F

    Tracking a read only excel file

    You may get a better answer by going directly to the department and ask for the person(s) who did that.
  23. F

    Suggestion - Not Question

    I like your first suggestion.
  24. F

    Finding the Nth negative value

    hi SirJB7, How does the worksheet update itself when say, AF2 is changed to a positive number? Given the large number of rows of vendors?
  25. F

    Finding the Nth negative value

    Well, I can't afford too much time on this so i'll just go the simple helper lines method. I did it in a separate worksheet. each answer will need 2 support lines. so a total of 4 helper line per vendor. For your B2 the formula is: INDEX(1:1,1,MATCH(A2,4:4,0)) where: E3 =...
Back
Top