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

Recent content by clumpa

  1. C

    Listing Maximum values from a Table

    Great, just what I wanted & nice and straightforward, thanks
  2. C

    Listing Maximum values from a Table

    Whoops, got he specification wrong!! the MAX value can appear more than once in each department
  3. C

    Listing Maximum values from a Table

    test file attached
  4. C

    Listing Maximum values from a Table

    I have a table of 5 departments with the 12 monthly values in that department, What I would like to do is to list the department, maximum value (across all departments) and month that the value appeared
  5. C

    Index & Match Possibly??

    Yes it does, thanks
  6. C

    Index & Match Possibly??

    I have a workbook with 1 sheet containing names in col.1 nd scores in another col. A 2nd sheet in the same workbook has the same names in a different order and I want to add the correct score adjacent to the name on the 2nd sheet I am a part-time Excel user@@
  7. C

    Re-ordering a Table

    Thanks Luke, just what I needed!
  8. C

    Re-ordering a Table

    I have a table with a header (row 1) containing names and each column contains data generated elsewhere in the work book. What I would like to do is create, using formulae, a new version of the table where the order of the header is different and the data under each name is in the same order A...
  9. C

    Matching Values

    Thanks, just what I wanted/needed!!
  10. C

    Matching Values

    I have effectively a 4 column spreadsheet Col A D A E B C Col C A B C D E which is fixed Col D 4 3 0 1 5 I want to populate col B with the matching value from col D i.e. col B should read 1 4 5 3 0 I have tried a combination of INDEX MATCH & OFFSET but got into a...
  11. C

    Product of digits to the left & right of the decimal point

    I use an English version of Excel so a decimal point! Can anyone tell me what value is in cell C3 in the attached spreadsheet?
  12. C

    Product of digits to the left & right of the decimal point

    The first formula I used to calculate the product was =INT(A1)*((A1-INT(A1))*10) which displays the "correct" value but does not work. I am using a Mac & Microsoft Office and pressing F2/F9 either separately or together does not seem to do anything Sajan's formula to calculate the product does...
  13. C

    Product of digits to the left & right of the decimal point

    Thanks Sajan, your formula to calculate the product solves my problem whereas INT(A1)*((A1-INT(A1))*10) PRODUCES THE"CORRECT" VALUE WHICH DOES NOT WORK
Back
Top