• 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

    Auto report filter in pivot table

    Thanks F106dart. I'm still new in using macro so can you help me modify the arguments. I tried to modify it as far as I can but I can't seem to make the macro run. My file have 3 worksheets, data source, dashboard, and calculation. In the calculation worksheet, i have one pivot table which...
  2. R

    Auto report filter in pivot table

    Hi, I need some help on pivot tables. I have 2 different pivot tables in 2 different worksheets with similar data reference. These 2 both have "Week No." and "Monthly" report filters. If I choose specific value for "Week No.", then the "Monthly" filter should have "(All)" value and vice-versa...
  3. R

    List All Names with Max Value in a Row

    also, i tried this formula: =IF(B2=MAX($B2:$G2),INDEX($1:$1,1,MATCH(MAX($B2:$G2),$B2:$G2,0)),"") now my problem is how to match the second occurence in the row. hope you can help me on this. thanks in advance luke! :)
  4. R

    List All Names with Max Value in a Row

    i simplified the formula to: =IF(B2=MAX($B2:$G2),INDEX($1:$1,1,COLUMN(B2:$G2)),"").. seems working though. honestly, i'm having problem with your index formula and i can't seem to figure out how to fix it. i only used the INDEX formula now so i'm still exploring how to actually use it. the...
  5. R

    List All Names with Max Value in a Row

    Thanks Luke. I revised the formula a bit and use this formula instead. =IF(B2=MAX($B2:$G2),INDEX(1:1,1,IF($B2=MAX($B2:$G2),COLUMN($B2:$G2),COLUMN(B$1))),"")
  6. R

    List All Names with Max Value in a Row

    Hi, Below is the format of my excel file. Basically, I have skills in the first column and the suceeding columns are rating (1 lowest and 5 highest) of each person on a particular skill. I have several skills in line but i only listed some for the sake of this sample. What I want to do is to...
Back
Top