Thank you so much for watching my video. If you have any suggestions for future topics please leave them in the comments.
@sanjeebphotography12144 жыл бұрын
Thank you Barb for this vedio. I have one query. While entered the code I am getting compile error pop-up that is expected:Than or GoTo can you please suggest.
@tiamat16284 жыл бұрын
I dont have the countcolorif function.. How can I get it on my Excel?
@hiteshbhilai20103 жыл бұрын
@@tiamat1628 you would need to add the module in VBA for this new function as she had mentioned in description Code Function CountColorIf(Samplecell As Range, bArea As Range) As Long Dim bAreacell As Range Dim fillcolor As Long Dim colorcount As Long fillcolor = Samplecell.Interior.Color For Each bAreacell In bArea If bAreacell.Interior.Color = fillcolor Then colorcount = colorcount + 1 End If Next bAreacell CountColorIf = colorcount End Function
@javokhirnabiev83733 жыл бұрын
Thank you for your video I don’t have this function in my excel. What can I do?
@BarbHendersonconsulting3 жыл бұрын
@@javokhirnabiev8373 if you watch this video, I show you the code to install the function. The code is located in the description of the video
@jacobarbl95842 жыл бұрын
Thank you Barb, you really helped me out, the formular works perfectly :D To people who don't know how to enter VBA ( Microsoft visual basic application) To enter VBA Press ALT + f11 Remeber to create a module and add formular there.
@BarbHendersonconsulting2 жыл бұрын
thanks
@fakecabal4 жыл бұрын
How do you get the countcolour? Is there a Sumifcolor?
@xVeRSeii7 ай бұрын
See the end of the video, there's the code in the description
@thecalmguy_vin4 жыл бұрын
Do you have any additional input vba code for getting updated counts, as you mentioned in the end it will not count new updates. what can we do in this case?
@RHH10953 жыл бұрын
Very nice. Thank you. I cut-n-pasted your code and got on with my day. And you are the only one on this topic that pointed out the details about conditional formatting color (fill).
@BarbHendersonconsulting3 жыл бұрын
Excellent!
@shivarajhugar89157 ай бұрын
How to get Countcolorif function it not show in formula bar
@BarbHendersonconsulting7 ай бұрын
if you watch the entire video I show you how to install the code to get it
@barakliron2 жыл бұрын
Thanks for the video. How can I sum the value of the green cells, for example?
@BarbHendersonconsulting2 жыл бұрын
you would just add the colours =countcolorif(b6,D6:l14)+countcolorif(b7,D6:l14)+countcolorif(b8,D6:l14)
@yasser-qv7nq2 жыл бұрын
How can i do the same in office dynamic sheet. Can not create new formula
@BarbHendersonconsulting2 жыл бұрын
no you must install the function for this to work
@yolyaraullo99003 жыл бұрын
Hi Ms. Barb. I just want to let you know how grateful I am for this video. It is very helpful and I was able to use your formula/code. Thank you very much!
@BarbHendersonconsulting3 жыл бұрын
Wonderful!
@Hectrucci23 жыл бұрын
that solution worked perfect to me! many thanks for this video
@BarbHendersonconsulting3 жыл бұрын
Great to hear!
@rodrigobasoria3191 Жыл бұрын
Thank you very much. You have helped me a lot. Keep up the great job !
@BarbHendersonconsulting Жыл бұрын
Glad to hear that!
@mehrdad1233 жыл бұрын
Thank you. anyway to count conditional formatting highlighted as well too?
@BarbHendersonconsulting3 жыл бұрын
Unfortunately not
@kevinliffey73623 жыл бұрын
Thank-you - I've waited years for this one!
@BarbHendersonconsulting3 жыл бұрын
You're very welcome!
@maxinehamilton92884 жыл бұрын
Barb - thanks for the video - What version of Excel are you using? I have Office 365 Excel but I do not have the CountColorIf option it goes straight to CountIf - thanks! This is soooo irritating as I need this option. I couldn't even force it in manually.
@BarbHendersonconsulting4 жыл бұрын
I have created a custom function. The code is in the description of the video.
@kurtmolls75135 ай бұрын
Shift+Control+Enter after entering the formula and it's dynamic, the counts will automatically update if colors change.
@BarbHendersonconsulting5 ай бұрын
good to know!
@maika24493 жыл бұрын
You changed my life with this formula. I can't even explain it in words. Thank you worlds over for sharing this!
@BarbHendersonconsulting3 жыл бұрын
Great to hear!
@andiliaugustinus84092 жыл бұрын
Hi, Barb. thank you so much for the video. how did you come up with a CountColorIf
@BarbHendersonconsulting2 жыл бұрын
I found something similar online and modified it to fit my needs
@AhadAliKhan182873 жыл бұрын
Amazing really u helped me getting that done, and my manager praised me like she could not beleive i did it so quick . Thankyou
@BarbHendersonconsulting3 жыл бұрын
Great job!
@فهدالحربي-ت7ه Жыл бұрын
Is there a way to update the function?
@BarbHendersonconsulting Жыл бұрын
no, the function must be run ever time
@HIKAJO2 жыл бұрын
How can I use this using countifs so that it only count the colors with criteria from other columns?
@BarbHendersonconsulting2 жыл бұрын
This function is basically doing the countif already
@HIKAJO2 жыл бұрын
@@BarbHendersonconsulting "countifs" so the cell color and other criteria from other columns
@nicolesamson3802 жыл бұрын
hey barb, thank you so much for the video very helpful, however im working on a piece where in a single row there will be multiple colors, i need to assign a particular value, if there are out of 5 cells, 3 are red colored cells then its "A", if 2 are green then its "B" so on and so forth, how do it create this condition?
@BarbHendersonconsulting2 жыл бұрын
you could use an if statement. if the results =3 then "A"
@sankarchandrabose38293 жыл бұрын
Thanks for this video, it helped me
@BarbHendersonconsulting3 жыл бұрын
Glad to hear it!
@namandeepsingh61562 жыл бұрын
Thank you Ma'am, was indeed very helpful.
@BarbHendersonconsulting2 жыл бұрын
Glad to hear that
@khushmindersingh9623 ай бұрын
Very very helpful
@BarbHendersonconsulting3 ай бұрын
Glad to hear that
@AhadAliKhan182873 жыл бұрын
Just one question, if i want to do it further on some other data this code is not working. Like i added april sheet and it was not counting the color in tht sheet but thw workbook is same
@BarbHendersonconsulting3 жыл бұрын
if you installed the code in that particular worksheet and not in the general it will only work on the one sheet
@abuanasmosaddy10002 жыл бұрын
my teacher The countcolorif function does not exist in Excel, how can I add it? thanks
@BarbHendersonconsulting2 жыл бұрын
If you watch the whole video, it shows you how to install. Alt F11 and the code is located in the description of the video
@eminipek2 жыл бұрын
Hi Barb, tanks for sharing, it was helpful. I just wonder, how can we get the VBA code interactive, I mean the count could change instantly when a new cell gets colored that should be counted. At the present condition, when a new cell gets colored, we have to go to the command cell and press enter to see the new value.
@BarbHendersonconsulting2 жыл бұрын
Good question!, I would suggest to run it when the sheet changes but when the colour of the cell is changed it is not consider a sheet change. I am not sure how you would get this done.
@eminipek2 жыл бұрын
@@BarbHendersonconsulting thanks for the answer.
@smile-lv5mv3 жыл бұрын
Can i ask why i cannot see the countcolorif formula
@BarbHendersonconsulting3 жыл бұрын
If you watch the whole video, I show you that you must install the function. The code for the function in located in the description of the video
@steveweber7022 жыл бұрын
Thank You this is a great feature you developed. Can it be made to dynamically increment as I add colors to other cells?
@BarbHendersonconsulting2 жыл бұрын
unfortunately, you have to run the formula again. You might try doing a general refresh on the data?
@steveweber7022 жыл бұрын
Thank You very much for the solution
@bernardbusonick3434 жыл бұрын
Ma'am, I dont have the countcolorif, did you create that?
@BarbHendersonconsulting4 жыл бұрын
The code for the function is in the description of the video
@bluejay122933 жыл бұрын
no countcolorif on my excel how did you get that?
@BarbHendersonconsulting3 жыл бұрын
If you watch the whole video, I show you how to install the function on your system. The code for the function is in the description of the video
@sravan0862 жыл бұрын
can we count the colors based on conditional formatting ?
@BarbHendersonconsulting2 жыл бұрын
I have another video for that kzbin.info/www/bejne/bIvNpGWEpr-HgLM
@ebsulay7753 жыл бұрын
hi. is there a way to count coloured cells that is conditional formatted?
@BarbHendersonconsulting3 жыл бұрын
I have a video kzbin.info/www/bejne/hJfPq4mno8mrjZY but it only counts cells that are in vertical columns
@al-rajivbantuasbasir98013 жыл бұрын
My =countcolorif does not work. Where can i download or place that code in description? Thanks for replies
@BarbHendersonconsulting3 жыл бұрын
If you are on a windows, press F11 and that will bring you to the spot to install the code
@adeel68684 жыл бұрын
i am unable to put this formula in my excel sheet should i add some coding in visual basic, if there is some coding please share
@BarbHendersonconsulting4 жыл бұрын
the code is in the description of the video
@matthewthewizkid Жыл бұрын
I seem to have an issue with the coding being forgotten after Excel has been shut down and reopened? Is there any fix for this?
@BarbHendersonconsulting Жыл бұрын
did you save it with the .xlsm extension?
@matthewthewizkid Жыл бұрын
@@BarbHendersonconsulting I wrote it into a new ‘module’ in the coding and clicked save? What extension?
@BarbHendersonconsulting Жыл бұрын
@@matthewthewizkid Xlsm
@isxp4 жыл бұрын
How can I get this function to count the conditionally formatted cells? My count right now is 54, as I have 54 cells, but I think CountColorIf is summing them as all white cells, rather than counting the formatted cells. To make it hopefully more clear, I am trying to count the conditionally formatted green cells in a column of data. I have a conditionally formatted green cell selected in the function input as well, I believe I have set the input properly for the function. Thank you for your time and any insight you can provide.
@BarbHendersonconsulting4 жыл бұрын
I have a video on counting conditional formatted cells kzbin.info/www/bejne/hJfPq4mno8mrjZY
@isxp4 жыл бұрын
@@BarbHendersonconsulting That's great! Thank you for this content and your timely reply.
@fatimamanseguiao17793 жыл бұрын
@@BarbHendersonconsulting ty!
@EyeIn_The_Sky4 жыл бұрын
is there a way to get a "True" or "False" value by comparing the colour of 2 different cells? For Example, if Cell A1 and B1 are both filled in with Red then cell C1 should say "Match" or "True"?
@BarbHendersonconsulting4 жыл бұрын
I answer your previous comment
@somyaluthra4 жыл бұрын
I can't find this function in my excel
@BarbHendersonconsulting4 жыл бұрын
you must create a custom function the code is supplied in the description of the video
@Silent67699 Жыл бұрын
Great work
@BarbHendersonconsulting Жыл бұрын
Thank you so much 😀
@zaroonbilal49864 жыл бұрын
Thanks for making this video. Can you we do same thing on online version?
@BarbHendersonconsulting4 жыл бұрын
VBA does not work on Excel online
@t4tahmed4272 жыл бұрын
I cant find it in in french version.
@BarbHendersonconsulting2 жыл бұрын
ceci n'est disponible dans aucune langue, il doit etre installe seleon la video
@rayvanrensburg933 жыл бұрын
Hi, I dont have the formula function "countcolorif" it gives me name error if I insert it after the =
@BarbHendersonconsulting3 жыл бұрын
The video shows you that you must create a function. To install the function press F11 and copy the code from the description
@sadik53973 жыл бұрын
@@BarbHendersonconsulting Alt+F11
@Moreofthatminecraft2 жыл бұрын
CountColorIf does not exist in my excel = March 2022. Is this outdated?
@BarbHendersonconsulting2 жыл бұрын
If you watch the entire video, I show you how to install it on your excel
@ieuanjones94033 жыл бұрын
I can't get count color to come up on my excel. What do I do?
@BarbHendersonconsulting3 жыл бұрын
Did you install the function? the code is in the description. ALT F11
@johnx2686 Жыл бұрын
Ambiguous name detected: CountColorIf. What is this? I cannot count with this code. Any help?
@BarbHendersonconsulting Жыл бұрын
Ambiguous character, must be an error in your copied code
@johnx2686 Жыл бұрын
@@BarbHendersonconsulting thanks😎
@cynthia1682 жыл бұрын
Thanks, Barb, this is fantastic! Can you show me how to modify the code so it can count all cells with the same background color, including the ones with the numbers in them?
@BarbHendersonconsulting2 жыл бұрын
it should work, with numbers or not
@nashikwalaassociates Жыл бұрын
@@BarbHendersonconsulting No it does not work with numbers in it
@BarbHendersonconsulting Жыл бұрын
@@nashikwalaassociates retry, I just tested it again and it works perfectly
@rob2estonia3 жыл бұрын
Thank you! This is exactly what I needed....and it worked!
@BarbHendersonconsulting3 жыл бұрын
Glad it helped!
@hiteshbhilai20103 жыл бұрын
Thanks for the clear explanation :) I was able to apply it for getting the count of colored cell in excel
@BarbHendersonconsulting3 жыл бұрын
Glad it helped!
@hiteshbhilai20103 жыл бұрын
@@BarbHendersonconsulting do you have any videos on date related problems on - I need to convert from July 6th, 2021 to 07-06-2021 . Thanks for help
@kimher71994 жыл бұрын
This is great thank you! Although I have a problem using this: if you don't replace a colored cell by using another color over it, but instead use the "fill cell with color" button under home->font, it only updates when I add cells and not subtract! The only way to fix this is by manually telling the cell to recalculate, or else it will not do it. Suggestions for getting it to do it automatically?
@lukasb.71223 жыл бұрын
Does this work in the web version of excell?
@BarbHendersonconsulting3 жыл бұрын
Sorry, vba does not work on the web version
@hamdyhafiz40783 жыл бұрын
Unfortunately, I cannot find any function named "councolorif" in excel 2016!!
@BarbHendersonconsulting3 жыл бұрын
if you watch the entire video, I show you how to install the code that is included in the description of the video
@davecks30424 жыл бұрын
Thanks . Your videos are simple and user friendly. I am also looking for vba solution for a combo box where the drop down list depends on the option button I select. I hope you can help me on that .
@mikelennon10783 жыл бұрын
How can count the number of same colored cells in a row? Let's say conditional formatting turns some cell's background to Green in a row. How can we automatically get the SUM of the those Green colored cells in a row?
@BarbHendersonconsulting3 жыл бұрын
This code will happily count colours in a row but not when they are conditionally formatted
@bjm58133 жыл бұрын
Use F8 to update instead of run formula twise.
@BarbHendersonconsulting3 жыл бұрын
good idea!
@recepbas98423 жыл бұрын
thank you. it is very usefull.
@BarbHendersonconsulting3 жыл бұрын
Glad it was helpful!
@bilalahmadkhan94963 жыл бұрын
Thank you, it helped a lot:)
@BarbHendersonconsulting3 жыл бұрын
I'm glad I could help
@Ty33Budd2 жыл бұрын
What if you don't have CountColorIf function?
@BarbHendersonconsulting2 жыл бұрын
if you watch the entire video, it will show you how to install it and the code is located in the description of the video.
@vinnydizzy4 жыл бұрын
I was looking forward to this. And in a way, it does what you say: this is just how you're able to do this. But there is one thing above all that makes me feel that this method is of little useless. And that is that if you change the content of your range, the result is no longer correct. On the other hand, I also ask myself why you keep typing your formula: can't you fix your range and just extend your formula over the following cells, while the reference cell follows?
@kishorekarthik50303 жыл бұрын
Madam, Please give me the solutions to the following How to count conditional formatted cell color... How to copy conditional formatted cells as it is with colour... How to give good bad and avg to the cell based on color
@BarbHendersonconsulting3 жыл бұрын
_ have a video on counting conditional formatted cells. It however only work on vertical lists, not horizontal_
@johnpromise22154 жыл бұрын
thanks so much for your videos, please how can i extract a carting amount how of email from a bulk email list? for a example i have 1000000 email but i only want to extract 3000 email from the 1000000 email...please is there a formula for that
@BarbHendersonconsulting4 жыл бұрын
email me at easyexcelanswers@gmail.com and we can discuss
@HEMISHVAIDYA Жыл бұрын
COUNTCOLOURIF COMMAND IS NOT PRESENT IN THE EXCEL. HOW TO ADD THE COMMAND
@BarbHendersonconsulting Жыл бұрын
Watch the entire video you must install the function
@adamalday01 Жыл бұрын
you rock, thank you!!
@BarbHendersonconsulting Жыл бұрын
I am glad you like it!
@prees25092 жыл бұрын
theer is no function of countcolour in my excel.. and it islatest version of microsoft
@BarbHendersonconsulting2 жыл бұрын
watch the video I show you how to install the function
@phillipedward81063 жыл бұрын
Is there anyway to do this with conditionally formatted cells? I'm trying to make my document count the number of cells that turn a certain color when information is inputted into the conditionally formatted cells...
@BarbHendersonconsulting3 жыл бұрын
check out this video kzbin.info/www/bejne/bIvNpGWEpr-HgLM
@alikh41613 жыл бұрын
that is superior !! . thank you
@BarbHendersonconsulting3 жыл бұрын
your welcome
@luckysharma58273 жыл бұрын
marvelous❤️
@BarbHendersonconsulting3 жыл бұрын
thanks
@rs-tarxvfz2 жыл бұрын
Ok I got It But I had to save the file as excel enabled sheet.
@BarbHendersonconsulting2 жыл бұрын
if you install a function you must save it as such
@voiceoffnb72552 жыл бұрын
Beautiful. thanks.
@BarbHendersonconsulting2 жыл бұрын
Thank you too!
@haythamel-ansary97074 жыл бұрын
thaaaaanx, it was amazing function
@BarbHendersonconsulting4 жыл бұрын
Welcome
@shounakkhodke43342 жыл бұрын
Thank you
@BarbHendersonconsulting2 жыл бұрын
You're welcome
@shwetabanerjee46003 жыл бұрын
Thank You.
@BarbHendersonconsulting3 жыл бұрын
You're welcome
@thiagotvsg3 жыл бұрын
amazing thanks
@BarbHendersonconsulting3 жыл бұрын
Most welcome
@np66uh3 жыл бұрын
good video tnks
@BarbHendersonconsulting3 жыл бұрын
Thank you too
@rs-tarxvfz2 жыл бұрын
There is no function CountColorIf
@BarbHendersonconsulting2 жыл бұрын
you find out a lot when you watch the whole video!
@manojkumarav90933 жыл бұрын
COUNTCOLORIF FUNCTION NOT SHOWING IN FUNCTION MENU
@BarbHendersonconsulting3 жыл бұрын
If you follow along my video it will show you that you need to create and install the code for the function. ALT f11 to access the spot and the code is located in the description of the video.
@fatimamanseguiao17793 жыл бұрын
@@BarbHendersonconsulting Sorry😔 i would like to know how to create the CountColorIf function and install it mam barb?
@BarbHendersonconsulting3 жыл бұрын
@@fatimamanseguiao1779 You must install the code provided in the description in the vba Window. If you are working on a PC press Alt F11 to access this window
@enzorific Жыл бұрын
cant hear you!!!
@BarbHendersonconsulting Жыл бұрын
read the sub titles then
@legockysandor2 жыл бұрын
This is much easier in Numbers in iWork
@BarbHendersonconsulting2 жыл бұрын
good to know
@legockysandor2 жыл бұрын
@@BarbHendersonconsulting Do you use sometimes Numbers as well?
@neodasa23 жыл бұрын
Thank you, but you took too long to say what you wanted to say.