• 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

    Happy Christmas all around the world!

    @All Thanks for Your Christmas Wishes
  2. sgmpatnaik

    Invoice Number Generate

    @Somendra Thanks for your kind words, as per OP requirement the formula was changed let see what the OP requirement the invoice to be continue or stand alone Regards
  3. sgmpatnaik

    Invoice Number Generate

    @JAMIR Please check my uploaded file may be it will helpful to you please change the formula as give below in the Column G and Drag Down =IF($A3="02","",IF($A3="03","",(SUM(H$3:$H3)+10249&" / "&$A3&"-"&TEXT($B3,"dd-mm-yyyy")))) other wise please inform Thanks
  4. sgmpatnaik

    Invoice Number Generate

    @Somendra Misra I tried another method for the Invoice No. with Helper Column in the Helper Column i use the formula as =IF($A3="02",0,IF($A3="03",0,IFERROR($A3/$A3,0))) and in Iv No. =IF($A3="02","",IF($A3="03","",(SUM(H$3:$H3)&" / "&$A3&"-"&TEXT($B3,"dd-mm-yyyy")))) for the continue...
  5. sgmpatnaik

    about ListBox

    @Hui Sir, Good Morning, Thanks for your quick response and it's works perfect Thanking you With Regards
  6. sgmpatnaik

    about ListBox

    Hello i have one user form in that UserForm i have placed one List Box and One TextBox. now what i want i want popup the Text in Text Box of List Box2nd option, i mean in my list Box i mention as a = Split("meter, inch, foot, yard", ",") b = Split("m, In, Ft, Yd", ",") when i select the...
  7. sgmpatnaik

    How to delete data in Sheet 2 from Sheet1

    @deb sure bro, i have learned a lot of thing from this Group and you too if any problem i will knock your door He he he... how was your week end, mine good
  8. sgmpatnaik

    chart value depends on checkbox checked

    @smittal i am not sure why you want to display the 0 value in chart but as my knowledge i think it will not display the chart for 0 value please check attached file in Sheet2
  9. sgmpatnaik

    How to delete data in Sheet 2 from Sheet1

    @saints Try the below code if you want to delete the multiple results in the sheet2 Sub delete_B2() Dim LR As Long, i As Long If Len(Range("B2")) = 0 Then MsgBox " There is nothing to delete!", , "ALERT !" Else If MsgBox(" Are you sure that you wish to delete the content?", vbYesNo...
  10. sgmpatnaik

    Compare Data

    @SRINATH SOMAYAJI Welcome to Chandoo.org glad you are here, as a blind shot please try this =INDEX(B:B,MATCH($A1,A:A,0)) May be it solve other wise please upload a sample file Note: Ooops 3 minute late from SirJB7
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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...
  17. 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...
  18. 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
  19. 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
  20. 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
  21. 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...
  22. 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
  23. 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
  24. 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
Back
Top