Thank you, I have been searching online forever to find this
@javidiaz7071 Жыл бұрын
Marvelous just what I was looking for. Thank you.
@jacobm70263 жыл бұрын
What about when you want to count the unique values in 1 column based on meeting a requirement in a different column?
@UjangBoyor2 жыл бұрын
idk if you have the answer for this but the =COUNTIFS formula do work for me. The full Formula is =COUNTIFS([criteria_range1],criteria,[criteria_range2],criteria2,etc] Example =COUNTIFS(B2:B1000,A2)
@IvanCortinas_ES3 жыл бұрын
Excel365 - More or less fast formula (artificial intelligence). You're a machine. Old school Excel - Think, analyze the problem, formulate with mathematical tricks or the like. You are a human being. Thank you Chester for this comparative!
@ChesterTugwell3 жыл бұрын
Profound! Which do you prefer?
@IvanCortinas_ES3 жыл бұрын
@@ChesterTugwell No doubt, 365, but the essence of the original Excel has been lost.
@AmbutuMalone2 жыл бұрын
THAN YOU! YOU MADE MY LIFE SO MUCH EASIER!
@73true Жыл бұрын
You make my life easy Thanks
@alitamine7699 Жыл бұрын
Thanks so Much, very smooth Explanation !
@ChesterTugwell Жыл бұрын
Glad it was helpful!
@HardenTheGift Жыл бұрын
A nice math session here. I'll take option 2!
@HarrissonMkristo7 ай бұрын
Thank you ... this has made my day !
@nedisyadani3 жыл бұрын
i got error #div/0! in output column...what does it mean? need help, thanks
@BettyO-7776 ай бұрын
Superb, you have made my day:)
@mahaalammar9682 жыл бұрын
Thanks you save my day 😂
@patrickschardt77243 жыл бұрын
365 made the challenging very easy. It’s neat to see how this used to be done
@ion669 Жыл бұрын
Hi I am trying to achieve this but with two columns. I have a huge list of vendors in [column b] and in [column c] I have different codes that can be repeated for the same vendor depending on the date. Now I made a [column a] where i want to show the distinct code values specific for each vendor. I can achieve a unique value for one column no problem but how do i tell excel that i want it to: based on the value of b, count the unique code values that only applies to that vendor and not spill through the other vendors I might have. So for example I can make a pivot table out of the data adding it to the data model and then i place the vendorson rows and codes on values (then making them distinct) and i get each vendor with the unique count of codes for each and if i double click i get the list with all the information but that dont work for my purposes becasue excels makes a new sheet for me to be able to see the information whereas would be better if i have the distinct next or before the vendor in the complete data. Just in case, Im using excel 365. Thank you for the video and explanation it was very easy to understand.
@marcorivera74333 жыл бұрын
thank you sir so easy to understand
@stelatarcila94982 жыл бұрын
you are so wonderfull!! thanks!
@mubashir383 жыл бұрын
It works well but give #DIV/0! error if there is a blank row
@ciprianmihai48212 жыл бұрын
Thank you for this formula. Please help me. How do i subtotal this on 365?
@jennadar65172 жыл бұрын
Thank you this was so useful!!
@raibishwa7 ай бұрын
Thanks a lot, it is more useful than ChatGBT
@CreativeDev3 жыл бұрын
Superb video
@CCAFO2 жыл бұрын
Hello, if you can show how to count only one if there are the same value in other cell
@amarendrabehura12663 жыл бұрын
Hi, I have two worksheet, I want count unique value based on column match criteria
@AshokX9856 ай бұрын
Awesome, to the point.
@snchitre Жыл бұрын
How to count unique rows with one more filter condition in a table?
@sewingmachine54678 ай бұрын
Thank You, these seem to be the best explanations I have found. Understood them and applied them both well. However, I need this function (I have tried the COUNTA version) within the SUBTOTAL feature, but Excel give me an error. Can anyone please help ?
@divyanshchaudhary706310 ай бұрын
Does it consider Blank spaces also?
@PoGoTips3 жыл бұрын
Thanks so much
@surennair292610 ай бұрын
How would you add another criteria. e.g if you had another column which had yes or no. How would you work out the unique value for the Yes/no
@JJ_TheGreat2 жыл бұрын
I did like looking at the old formula way, btw! How does that work - from a mathematical standpoint? Thanks.
@TheNayanshetty2 жыл бұрын
Thanks
@haro10594 ай бұрын
The formula gives an error if empty cells are selected. Is there a variant that ignores empty cells?
@dasikowl3 ай бұрын
how to add unique names in older version
@moesadr3342 Жыл бұрын
Can someone please explan how we also can the get the number of repeats for each unique value? Similar to Countif to ge the total number of each value within a coulumn? Let's say first coulmn shows each unique value exactly per the cell values, then the second shows how many of each are in that coulmn? Thank you!
@mikesara70322 жыл бұрын
I'm trying to figure out how to count the amount of times the number changes, for example in column A i have 252 values of 7 and 8, 7 = 73 and 8 = 178, what i want to do is see the number of times the values changes from 7 to 8, i did it manually and it came up to 49 times, but i would like to know what kind of function can i use for such task, can you please help me?
@dbmnfinity12 жыл бұрын
I don't know if this question has been asked, how can you count name in excel.....ex: I have 200 reps and I need to track how many survey's they have completed. John has 47 , Jane has 20 and Paul has 78. there name will be entered individually..... how can I create a running total of them please.
@mdmahadihasan7296 Жыл бұрын
UNIQUE COUNT Without Blank Cell? Is It Posible
@User-bu6tu Жыл бұрын
Both methods won't work if you have blank cells in your table. For method 1 it will return DIV/0!; for method 2 it will count blank cell as a unique value, and add it to the count returning an incorrect result.
@gekalskip Жыл бұрын
=COUNTA(UNIQUE(D15:D94)) this works for me with blank cells