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

    How to delete data in Sheet 2 from Sheet1

    @deb The Code works perfect, i have small doubt if we have two or more then it delete only first matched criteria Thanks
  2. sgmpatnaik

    Is it possible to create code for Mouse and Keyboard Movements

    Thanks for your Quick Response, i gave the id please check your profile Thanking you
  3. sgmpatnaik

    Thank you for your replay here is my mail id - sgmpatnaik@gmail.com

    Thank you for your replay here is my mail id - sgmpatnaik@gmail.com
  4. sgmpatnaik

    Is it possible to create code for Mouse and Keyboard Movements

    Hello Good Morning I have small doubt that is is it possible to create a code for Mouse and Keyboard Movements, i have searched in google but i fail so i decided to get the solution from our Gurus / Ninjas Thanking you With Regards Patnaik
  5. sgmpatnaik

    Difference between ROUND(), ROUNDUP() and ROUNDDOWN() function

    @VDS Please look @ this link http://chandoo.org/wp/2012/09/28/round-numbers-excel-formulas/ if any doubt please come back Thanks
  6. sgmpatnaik

    auto ascending order of list item

    @rkpatel Please Try the Below Code Private Sub Worksheet_Change(ByVal Target As Range) ActiveWorkbook.Worksheets("Sheet1").Sort.SortFields.Clear ActiveWorkbook.Worksheets("Sheet1").Sort.SortFields.Add Key:=Range("A2:A2000"), _ SortOn:=xlSortOnValues, Order:=xlAscending...
  7. sgmpatnaik

    auto ascending order of list item

    @rkpatel Please try the below code in Worksheet Module Private Sub Worksheet_Change(ByVal Target As Range) With ActiveWorkbook.Worksheets("Sheet1").Sort .SetRange Range("A:A") .Header = xlGuess .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End...
  8. sgmpatnaik

    Compbination of Vlookup for two lines

    @Salil you can try another method with Array formula Ctrl+Shift+Enter also =IFERROR(INDEX(D:D,MATCH($F$5&$G5,$B:$B&$C:$C,0)),"") Thanks
  9. sgmpatnaik

    PLS Help me to Vlookup..

    @iRasim another approach try this place the formula in C1 =VLOOKUP($B2,$J$2:$N$200,K$2,FALSE) and drag to right side
  10. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @deb Bhai ooops :oops: ! i miss that part sorry i think now i have to move to take some drink Thanks and sorry again for my mistake, Let me check that part if any issue i will inform Thanking You Cheers
  11. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @deb Bhai Thanks for Your kind words and i am using Office 2007 coming to your point sorry to say this your formula is not work i think you didn't check the formula in my file in BP & GP Tab it's getting the result from only List sheet of Opening Balance if possible please upload the sample...
  12. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @Somendra Please Check my sample file which is i attached in my previous post if any issue please inform me Thanks
  13. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @deb Here i attache a sample file please check in BP & GP Tab
  14. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @Somendra yes it is right because in H5 and I5 is the Brand Names and D7 also the Brand Names of the H5/I5
  15. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @deb Bhai in the List Tab i have mention the Party names in C6:c50 and In H5 = ABC AND I5 = XYZ and from H6 to I50 i have given the Quantity of Opening Balance Say H5 - ABC I5 - XYZ 10 5 -5 15 Hope it clear Thanks
  16. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    @NARAYANK991 Thanks for your valuable replay, yes i forget to mention the End Date Column Sorry for that now coming to point about my question is that In List Tab i have mention the Party Named in the Column C and In Column H5 & I5 i mention the Brand Name, from H6 to I50 i mention the Party...
  17. sgmpatnaik

    How to add the Start Date and End Date in Sumproduct Formula

    Hello i have small problem that is i want to add the Start Date and End Date in a Sumproduct Formula as a extra Critera my formula is =SUMPRODUCT(('Dealer List'!$C$6:$C$50=$C9)*('Dealer List'!$H$5:$I$5=F$7),'Dealer List'!$H$6:$I$50)+SUMPRODUCT(('Dispatch Register'!$F$6:$F$3490=$C9)*('Dispatch...
  18. sgmpatnaik

    SPLIT NUMBER OF DIGITS (DATE & NUMERIC) SEPARATELY

    @VDS Sorry for my late replay, i can't under stand why the formula is not stand in your system any how Please try another one Say your date in Range A1 = 30/11/2013 in B1 = Text(a1,"dd") in C1 = Text(a1,"mm") in D1 = Text(a1,"yyyy") Hope it's clear your problem Thanks
  19. sgmpatnaik

    SPLIT NUMBER OF DIGITS (DATE & NUMERIC) SEPARATELY

    Glad your problem solve
  20. sgmpatnaik

    SPLIT NUMBER OF DIGITS (DATE & NUMERIC) SEPARATELY

    @VDS yest it can be done using with Text Function say your Date in A1 as = 03/12/2013 simple type in B1 as = TEXT(A1,"ddmmyyyy") then the date filed will be display as 03122013 Hope it clear now other wise please upload a sample file Thanks
  21. sgmpatnaik

    SPLIT NUMBER OF DIGITS (DATE & NUMERIC) SEPARATELY

    @VDS sorry i can't understand what you say if possible please upload a sample file then i will try to solve your problem as per my understanding in the Govt. section there are some VBA Experts who build the format the date field should be enter as text format due to the Regional setting is...
  22. sgmpatnaik

    SPLIT NUMBER OF DIGITS (DATE & NUMERIC) SEPARATELY

    @VDS you are using the word format i think it is better to use the Excel file, i will give you some details how to maintain what is your format please fill all in the Sheet1 and link to Sheet2 with this formula =MID($a1,COLUMN()-1,1) and drag to right and down for your better knowledge i...
  23. sgmpatnaik

    check if string is contained in other

    @joharmenezes Not sure what you are trying but you can try this =IFERROR(VLOOKUP(A1&"*",Sheet3!$A$1:$B$3,2,FALSE),"") or =IFERROR(VLOOKUP("*"&A1&"*",Sheet3!$A$1:$B$3,2,FALSE),"") for your knowledge i attached the sample file Hope it will solve other wise please inform Thanks
  24. sgmpatnaik

    EXTRACTING MONTH AND YEAR TOGETHER FROM A GIVEN DATE (DD/MM/YYYY)

    @VDS we don't need any personal information here we just want your column heading with dummy dates and dummy contents of your data that's all and your expecting result data That's all Hope you understand Thanks
  25. sgmpatnaik

    EXTRACTING MONTH AND YEAR TOGETHER FROM A GIVEN DATE (DD/MM/YYYY)

    @VDS if possible please give us a sample file with your desire requirement, it is good to solve your problem correctly Thanks
Back
Top