4
Please help me with this formula:
(worksheet A) has dates in Column A for the whole year in this format (06/19/13) and several different names of people in Column B. Lets use the name (Brian) for this scenario.
On (worksheet B) in the same workbook, I need to write a formula to add the number of times (from worksheet A) the name Brian has appeared in a particular month.
I have tried different variations of COUNTIF, IF THEN, SUM, and can't figure it out. Any help would be greatly appreciated. I am not an excel wiz, but do the best I can with basic formulas. This one has me stumped. I tried to add images, but I am new to this site and need a “reputation” of 10 before I can do that, sorry.
UPDATE: Here are the images as described above. B16 on worksheet B is where I'm trying to add how many times Brians name was listed in May from worksheet A.
1which version of excel? for 2007 or later countifs should work but a pivot table might be easier – None – 2013-06-19T16:00:36.493
1Now you have rep to insert image .. – matzone – 2013-06-19T16:10:10.890
I'm using Excel 2010. I see I have the ability to add images now. Hang on a second while I figure out how to add it to this post. Thanks for your response. – None – 2013-06-19T16:12:54.030
Have you try in VBA ? – matzone – 2013-06-19T16:58:05.350
@matzone ... I have not. I wouldn't know where to start. – None – 2013-06-19T17:20:47.457
See my post below. This is what
– KyleMit – 2013-06-19T19:59:57.770PivotTables
are meant for so please use them.