countifs
6 TopicsMultiple Selections Drop Down List (used a VBA code) & CountIfs
I used a VBA code to allow me to select multiple items from a drop-down list in a particular column. I have two other columns with other drop-down lists but not allowing for multiple selections. I'm using COUNTIFS to count for certain parameters among the three columns in3 x 2 columns for each parameter. When I use COUNTIFS, excel doesn't count the parameters in the multiple selection drop-down list. It'll count only if I select one item but once I select more than one, it doesn't count any of the parameters. How can I get excel to count what I want it to count? Thanks.1.6KViews0likes0CommentsCOUNTIF not working
I have a list of 25 numbers in one column (range). There is one "0" in the list. In another cell when I use =COUNTIF(range, "=0"), I get a value of "1" as you would expect. HOWEVER, when I use =COUNTIF(range, "<1"), I get an output value of "0" rather than "1" which is inaccurate. This is not the only problem. For example, when I input =COUNTIFS(range, ">1", range, "<=3" I am also not getting the expected value. I have already worked with Microsoft to update Excel and when that didn't work, we reset Excel, but that did not help. From other forums I learned that I needed to make sure the cells are formatted as "General" or "Number" rather than "Text," which I have also done, but to no avail. Please advise. Thank you!148KViews0likes10CommentsTotaling using two sets of data
I am trying to count and get the total of 2 sets of data: one set includes dates, the other includes words. The dates all include month, day, and years, but the data I would like to use in my results would just consist of the years. I'm working with semi trailer repairs, so the formula I would like to use should be saying "count all issues only if year"...like "count all tire repairs only if 2016". I have been googling and looking around, but all I can find on the subject is to get a result of true or false, but I want a number as my result. so far, I have this: =COUNTIF(issues,"axles")+COUNTIFS(dates,">="&DATE(2016,1,1),dates,"<="&DATE(2016,12,31) I named one column "issues" and another column "dates." ("axles" is one of the issues I'm trying to total.) I know this formula is valid, but it adds the totals of the "issues" column and the "dates" column separately instead of taking both into account in the total, if that makes sense. Hopefully someone can help!1.5KViews0likes2CommentsExtracting data from a list without duplicate (repeating entry)
Hi Community, I need help with my template creation with regards to extracting data from another sheet with multiple criteria. I hope somebody could provide solution to my problem. On the file attached, sheet2 contains the raw data and sheet1 serves as the summary. My problem is on how to retrieve all the discipline, role, level, hourly rates without repetition due to different values in working hours, days, quantity. Right now it retrieves all the entry as long as it is unique in terms of the whole row. Here is the snap shot of the summary but I would like to retrieve instead. Basically it should retrieve only one entry for discipline, role, level and rate and calculate the rest for the hours, days and fee.Solved4.8KViews0likes6CommentsCountifs / create columns for each attribute with datatype 1/0
Hey guys, I am not sure if the subject ist understandable... I hope you can help with my topic. I never heard from COUNTIFs before, but heard that my "problem" can be solved with this excel function.. I try it to describe with the attached screenshots. I want "transfer" this list into such one: Is this possible? Thank you very much for your help in advance! Kind regards!1.9KViews0likes4CommentsCOUNTIF to count numbers between 1 and 9, down two colums.
Can use COUNTIFS to count down two columns (Arrays) to count numbers between say 1 & 9. But can not add more logic, to count down both columns were there are numbers between 1 & 9 in adjacent rows. Using columns Ball 1 and Ball 2 there are only three positions with numbers between 1 and 9 in both columns, the first line, the fifth and seventh. So the COUNTIF result should be 3. But using COUNTIFS it counts all numbers between 1 and 9 and comes back with eleven. Can anyone help please. Have tried adding AND to criteria, but just get format errors.Solved2.5KViews0likes1Comment