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

    Return last occurrence of a non blank column with certain conditions [SOLVED]

    brilliantly explained narayan...now i got a hang of it...thanks a ton.. P.S: Was just wondering can we somehow use sumproduct instead of using array to produce the same result..
  2. A

    Return last occurrence of a non blank column with certain conditions [SOLVED]

    Hii guys... Thank you all for your fascinating solutions... Narayan's formula worked like a charm (though i didnt understand how it works), would really appreciate if Narayan can throw some light on basic functioning of this formula... Regards.. Amit
  3. A

    Return last occurrence of a non blank column with certain conditions [SOLVED]

    Hi Faseeh, Thanks for prompt reply.. For example Growth :- In cell H6 i need sum of all weeks of April which will be 150, similarly for Cell I6 (May) sum will be 196 and for Cell J6 (June)it will be 96. Since July Now total of April, May and june i.e 442 should come in cell D6 (Q1)...
  4. A

    Return last occurrence of a non blank column with certain conditions [SOLVED]

    hii guys.. I have got one file on which I update growth and outstanding on weekly basis. What i need is that on the basis of week, respective monthly and quarterly numbers should get automatically updated. There are two major issues i am facing in doing so:- 1) How to identify last non blank...
  5. A

    Sumproduct - Weighted average interest rate (Multiple coloumn)

    Hii sajan... Average is weighted on outstanding balance..
  6. A

    Sumproduct - Weighted average interest rate (Multiple coloumn)

    Hii guys... i have a file containing outstanding balance,interest rates and maturity for deposits received. Deposits are classified on the basis of there maturity period viz 0-30, 31-90, and 91-120 days. Further deposits are also categorized on the basis of there group viz retail and...
  7. A

    Expand/ Collapse Cell using named range

    very well explained.. thanks
  8. A

    Expand/ Collapse Cell using named range

    this is the name formula "imgHideShowDesc"
  9. A

    Expand/ Collapse Cell using named range

    Hi guys I recently read an article on http://chandoo.org/wp/2011/04/27/update-report-filter-macro/ In this article one interesting thing i noticed was expand/collapse option using named formula.. but i was unable to understand it.. pls help??
  10. A

    Copy value in first non blank cell above

    Hi all I am looking for a formula which copies value in above cell. If above cell is blank then it goes to first non blank cell above and copy value in that cell. For eg if A1 is Smith. A2, A3 and A4 are blank. A5 is Jones. A6 is blank. A7 is Green. A8, A9, A10, A11 are blank, etc. I am...
  11. A

    Make a Form in Excel

    Hi frnds.. I want to prepare a excel sheet in which i want to enter some records. There are two sheets one for data entry ( named 'source') and other containing all the data entered ( named 'master') . Now what i want is as soon i enter data in source sheet and press enter or some other...
  12. A

    Changing cell reference

    hi guys.. i have one small problem i am using a particular formula which contains reference to particular cell ( say A1) several times ( 7-8 times) now i want to copy that formula to another sheet with reference to another cell ( say b7). For this i have to manually change all references from A1...
  13. A

    Help in VBA code

    thanks asa and John@ReddyBay.. but there is one problem guys macro is running but it is not producing desired result. actually the macro is to calulate income tax of a person depending on type - male, female or senior citizen ( that answers John question!!) and income level of person, but the...
  14. A

    Help in VBA code

    Hi guys.. i am trying to create a sshort macro for calculation of incometax but it is showing " type mismatch error". Pls help. Also any suggestions to improve this macro are welcome... Sub IT() Dim Incometax As single Dim ExemptionLimit As single If Range("b6") = "Male" Then...
  15. A

    Substitute Formula

    Hi guys Can substitute formula be used to replace more than one text string?? if not how i can replace more than 1 text string in a sentence???
  16. A

    Count and Sum Simultaneously ( even in filtered rows)

    Magbo this is exactly what i wanted .. thanks a ton to you man.. by the way there is one small problem, in sum status it sometimes shows figure like this "2.678873E + 07" instead of proper number format. can u fix that?? and it would be great help if u can tell me procedure to incorporate this...
  17. A

    Count and Sum Simultaneously ( even in filtered rows)

    hi guys.. i am using excel 2003. Every time i select a range containing numbers i have to manually change sum status in status bar to count. i was looking for a vba function that could tell me the sum , count and average of numbers simultaneously. The vba function should also work on filtered...
  18. A

    MegaFormula in custom Menu??

    thanks for reply luke.. first of all u r doing great work..keep it up.. the formula is related to my previous question ( whether a word contains vowel) .. actually i have to convert a list of names of company in proper format but also i want that if the first word of name contains less than 4...
  19. A

    MegaFormula in custom Menu??

    Hi guys.. Is there is anyway by which a megaformula (by combinig several formulas) to perform a specific task can be added in my custom menu without using VBA???
  20. A

    Whether a word contains any vowel

    Thanks guys.. it helped me alot.
  21. A

    Whether a word contains any vowel

    hi guys ..Can any formula be made to know that whether a word contains any vowels or not ??? i need a formula which gives true if a word contains any of the 5 vowels otherwise it should give false.
Back
Top