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

    How to unlock excel workbook

    Simply open it in open office and un-protect.
  2. Faseeh

    Hyperlink muliple items

    This should work if you have name of folder same as that name of emplyee. Simply put the path againt against eath empolyee name with final folder name taken from the "Name" Column and use HYPERLINK() formula. See attachment.
  3. Faseeh

    Nebu, congratulations !

    Congrats@Nebu
  4. Faseeh

    Extract data with multiple criteria

    ..What if there is a tie for a position?
  5. Faseeh

    Help to plot a dynamic graph

    Please see attachment should that work for you.
  6. Faseeh

    Help to plot a dynamic graph

    Kindly explain what do you mean by dynamic...
  7. Faseeh

    Help to plot a dynamic graph

    Please see attachment.
  8. Faseeh

    Help to plot a dynamic graph

    Hello Pardeep, I think that frequency of stoppage is the sum of the stoppages by X and Y? This seems true for May, but not for April, can you check plz. I think a stacked bar chart is what you need. Let me attempt.
  9. Faseeh

    Velocity Chart

    Sorry for replying late, today was a busy day at office. Plz see attachment, avg values of individuals over time. I have been unable to understand your first idea, can you explain it?
  10. Faseeh

    Velocity Chart

    Please see attachment
  11. Faseeh

    Velocity Chart

    Thank you. We can create two more charts: person vise closure and level vise closures. Any thing else you can suggest.
  12. Faseeh

    Velocity Chart

    Hello, Glad it is helpful. Please see the chart for analysis of effort level against standard and avg value. We can create a dashboard (sought of). You need to select the effor level from R20
  13. Faseeh

    Velocity Chart

    Hello Frank, I used Col L to filter out unique names from the list, you delete it if you want. BTW was that sheet helpful or was just another sheet? Is the averaging method correct or you were looking for something else? :)
  14. Faseeh

    OR Criteria in CountIfs

    Arun's formula is correct. please stick to it! Thanks @Arun
  15. Faseeh

    OR Criteria in CountIfs

    ..should you stuck somewhere as you try to understand it, kindly let us know! :)
  16. Faseeh

    OR Criteria in CountIfs

    Try this with CSE: =SUMPRODUCT((A2:A7="Apple")*(SUMPRODUCT(((B2:D7="Green")*1))>0)*1)
  17. Faseeh

    Velocity Chart

    Please see attachment. Hope it works for you.
  18. Faseeh

    OR Criteria in CountIfs

    Please see attached sheet: Hope This helps.
  19. Faseeh

    Offset and Countif

    Please try this formula: OFFSET(INDIRECT("D"&MATCH(H5,$D$6:$D$29,0)+6),0,0,MATCH(I5,$D$6:$D$29,0)+5,1) With ctrl+shift+enter
  20. Faseeh

    Excel Password Breaker

    @xltime Please see this: ...I replied to this question: http://forum.chandoo.org/threads/protection-tab-of-the-format-cells-dialog-box-is-not-appearing.5571/ Hope that helps. :)
  21. Faseeh

    optimum repartition ! solver constraint ?

    Hi @philbill Good evening from Karachi, Pakistan. :) I have changed the layout a little to a more concise one. Please see attached sheet. It gives value of 27.77 with given criteria (vouchers, weighted avg, voucher per person) this is just a try please point if i have missed something.
  22. Faseeh

    Excel Password Breaker

    ..Sorry for replying late, sure, i will share the screen-cast or you tube link. :)
  23. Faseeh

    optimum repartition ! solver constraint ?

    Hello, Optimization problems comes with a statement of whether you want to minimize or maximize certain quantity. Can you elaborate your problem in this context. What do you want to minimize/maximize and how your vouchers and other quantities are related.
  24. Faseeh

    The small function

    The Row function is used with small to make items unique. Say in your data 5 is repeated three times in a column. We make every value unique by adding a very small number. This number is generated by dividing row number by a very large value say 100000 so if the values are range A1:A3, then it...
  25. Faseeh

    Unearned Subscription Revenue

    Hello, There are two formulas that will work: For Range E13:E18 =IF(A4-E4<0,A4-E4+1200,A4-E4) drag down For Range F13 to right/downward =IF(E13-F4<0,E13-F4+1200,E13-F4) See attachment.
Back
Top