• 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. Basavaraj K H

    Pull data from different sheets based on one single value input

    Maybe your searching the same, pls refer attachment.
  2. Basavaraj K H

    Autofill rows based on drop down selection

    Refer attachment maybe your searching the same, I altered some date.
  3. Basavaraj K H

    I need help with formula to find out totals based on month.

    Or else you can use the below formula in Cell F2 =COUNTIFS($B$5:$B$298,"Guest",$A$5:$A$298,">="&"1/1/2021",$A$5:$A$298,"<="&"1/31/2021") in Cell F3 =COUNTIFS($B$5:$B$298,"Guest",$A$5:$A$298,">="&"2/1/2021",$A$5:$A$298,"<="&"2/28/2021")
  4. Basavaraj K H

    I need help with formula to find out totals based on month.

    Is this your searching =COUNTIFS(Sheet1!$B:$B,$A3,Sheet1!$A:$A,">="&"1/1/2021",Sheet1!$A:$A,"<="&"1/31/2021"), refer attached file.
  5. Basavaraj K H

    Smallest (1st 2nd & 3rd ) Value in range including zero's

    Sorry, I'm not getting, you just copied from my formula, pls check & do the needful.
  6. Basavaraj K H

    Smallest (1st 2nd & 3rd ) Value in range including zero's

    Hi Team Please find attachment for your reference, in that I need formula 1st 2nd & 3rd Smallest value in range including zero's, I tried by below formula =IFERROR(INDEX($A$2:$J$2,IF(COUNTIFS(A3:J3,0)<=0,0,MATCH(SMALL(A3:J3,1),A3:J3,0))),"") it's working for 1st only, I need 2nd & 3rd Smallest...
  7. Basavaraj K H

    Multiple Split of single cell

    Dear Team i have attached a file , where i have given an example of my problem , i want to split a single cell into multiple cells (may be even 10 cells ) based on a criteria example input = 10-5X7X12,12X1X20,6X13X11( in single cell) Output = 10 5 7 12 12 1 20 6 13 11 ( all in different...
  8. Basavaraj K H

    How to use VLOOKUP In IF condition , without using IFERROR condition for error handling

    Dear All I have a Stock Master file were all the list of stock is there (sold and unsold) . I have sales register where i keep sold files data . every stock has a unique code now i want to see in stock master file what all stock are sold and what all are unsold the results should be...
  9. Basavaraj K H

    Dasboard Help

    I created "Slab" Sheet for Data Validation purposes Sheet > PracticeDashboard Cell > K2 find below screen shot & Change date format as I mentioned in attach
  10. Basavaraj K H

    Dasboard Help

    Kindly check with Cell K2 Drop down, whether right or wrong, pls revert me.
  11. Basavaraj K H

    Dasboard Help

    Hi Rose Torres Exactly what do you want in Dashboard Sheet, please show me some example
  12. Basavaraj K H

    Need formula for Data Validation with Multiple condition

    Dear Team I already put the formula for Zone/ASM Name & ASM/Officer Name, I need the same formula to Dist cell also in cell C8, Attached file is for your reference. Thanks in Advance Regards Basavaraj K H
  13. Basavaraj K H

    Dynamic list for data validation

    is this your searching, pls refer below link http://forum.chandoo.org/threads/required-hirachy-mapping-data-validation-drop-down-depend-cell.24096/#post-145296
  14. Basavaraj K H

    Multiple conditions IF

    Pls refer attachament, if it is match on second condition
  15. Basavaraj K H

    Multiple conditions IF

    FYI... use formula in cell D2 Like below =LOOKUP(C2,G:H,I:I) refer attachament.
  16. Basavaraj K H

    Remove Special Character with the help of VBA Code

    Dear Team i got the below mentioned code from Google but from that code i can able remove all special character with full spaces but i don't want to remove single space. kindly modify the below code. Sub test() Application.ScreenUpdating = False Dim rng As Range Dim strg$ i& =...
  17. Basavaraj K H

    how to fill series of common diference 10000 not typing manually.

    Hi Say example in cell A1 Type 1 & in cell A2 Type formula like below =A1+1 use the Go to function press F5 or Ctrl G in Reference type A10000 OK or Enter press Ctrl Shift up array & finally press Ctrl D
  18. Basavaraj K H

    Time Stamp

    Dear Team I need Start Time (Cell F3)& End time (cell G3) of TSM Mobile No. as per date wise from "Details" Sheet refer column B C & D respectively. Kindly Refer attached file. Thanks Thanks Basavaraj K H
  19. Basavaraj K H

    REQUIRED STATUS

    Hi Chandu, Kindly find the attachment, in that i mentioned the required status in third sheet, in that condition should be come in second page, kindly help me.
  20. Basavaraj K H

    Multiple dependent lists

    Hi Kindly refer below link: http://forum.chandoo.org/threads/required-hirachy-mapping-data-validation-drop-down-depend-cell.24096/#post-145296
  21. Basavaraj K H

    Need formula for Top 3 & Top 10 customer bill........

    For 3rd Question the result what we are getting with pivot table is not satisfactory with the above mentioned formula. Please re check. Expected Output is below, DL01BA8609 UP15AT9491 KA03AA4727 Thanks,
  22. Basavaraj K H

    Need formula for Top 3 & Top 10 customer bill........

    Dear Team Please check the resolution provided for the questions mentioned below with the dump data attached. Help me in case it's incorrect. 1. Which City has the highest bookings on 6th of November? 2. Calculate average value of a booking for each city. 3. Find out the top 3 cars with...
  23. Basavaraj K H

    Bulk SMS

    Dear Team This is in regards to sms message to customer mobile numbers in bulk (5000 no.), so I would request to you let us know if we can have the same process & what would be the procedure. Regards Thanks in advance Basavaraj K H
  24. Basavaraj K H

    Required formula with wild cards or ...........

    Dear Team Already I have formula in cell BL3 Like below with Array formula (Cntrl + Shift + Enter) {=IFERROR(SUM(IF(G3:BD3>BK3,1,0)),0)} I need same formula in cell BL3 with "Values" column (Yellow Coloured) only (not for Pcs column), using wild cards or ...............,. Kindly refer...
  25. Basavaraj K H

    Auto Updation of Data from User Form(VB) to Excel sheet

    Dear All, I need a help in auto updating the data from the user form(VBA) to Excel sheet. For Example : As soon as i enter the data in the User Form (VBA) and Submit it , then I should have my excel sheet being auto updated. Attached is the User Form(Screenshot) and also the expected form...
Back
Top