2012/2/2 dguillett1 <dguille...@gmail.com> > You may?? be right and yours is great but did OP say that?? > > Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* Sam Mathai Chacko <samde...@gmail.com> > *Sent:* Thursday, February 02, 2012 9:37 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Category wise Count. > > Didn't see you had posted one Don. I thought the solution intended was > without using the third column. > > Sam > > > On Thu, Feb 2, 2012 at 9:05 PM, Sam Mathai Chacko <samde...@gmail.com>wrote: > >> Here's a formula based solution. No pivots >> >> Regards, >> >> Sam Mathai Chacko >> >> >> On Thu, Feb 2, 2012 at 5:23 PM, Lakshman Prasad <lakshman...@yahoo.com>wrote: >> >>> Dear anjul >>> >>> Plz See the attached file with your solution. >>> >>> >>> *From:* Anjul Porwal <porwalan...@gmail.com> >>> *To:* excel-macros@googlegroups.com >>> *Sent:* Thursday, 2 February 2012 4:52 PM >>> *Subject:* $$Excel-Macros$$ Category wise Count. >>> >>> Dear Expart, >>> >>> I want to count or category wise..pls help...for count..... >>> >>> Regards, >>> Anjul >>> -- >>> FORUM RULES (986+ members already BANNED for violation) >>> >>> 1) Use concise, accurate thread titles. Poor thread titles, like Please >>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >>> will not get quick attention or may not be answered. >>> >>> 2) Don't post a question in the thread of another member. >>> >>> 3) Don't post questions regarding breaking or bypassing any security >>> measure. >>> >>> 4) Acknowledge the responses you receive, good or bad. >>> >>> 5) Cross-promotion of, or links to, forums competitive to this forum in >>> signatures are prohibited. >>> >>> NOTE : Don't ever post personal or confidential data in a workbook. >>> Forum owners and members are not responsible for any loss. >>> >>> >>> ------------------------------------------------------------------------------------------------------ >>> To post to this group, send email to excel-macros@googlegroups.com >>> >>> >>> -- >>> FORUM RULES (986+ members already BANNED for violation) >>> >>> 1) Use concise, accurate thread titles. Poor thread titles, like Please >>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >>> will not get quick attention or may not be answered. >>> >>> 2) Don't post a question in the thread of another member. >>> >>> 3) Don't post questions regarding breaking or bypassing any security >>> measure. >>> >>> 4) Acknowledge the responses you receive, good or bad. >>> >>> 5) Cross-promotion of, or links to, forums competitive to this forum in >>> signatures are prohibited. >>> >>> NOTE : Don't ever post personal or confidential data in a workbook. >>> Forum owners and members are not responsible for any loss. >>> >>> >>> ------------------------------------------------------------------------------------------------------ >>> To post to this group, send email to excel-macros@googlegroups.com >>> >> >> >> >> -- >> Sam Mathai Chacko >> > > > > -- > Sam Mathai Chacko > -- > FORUM RULES (986+ members already BANNED for violation) > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > > 2) Don't post a question in the thread of another member. > > 3) Don't post questions regarding breaking or bypassing any security > measure. > > 4) Acknowledge the responses you receive, good or bad. > > 5) Cross-promotion of, or links to, forums competitive to this forum in > signatures are prohibited. > > NOTE : Don't ever post personal or confidential data in a workbook. Forum > owners and members are not responsible for any loss. > > > ------------------------------------------------------------------------------------------------------ > To post to this group, send email to excel-macros@googlegroups.com > > -- > FORUM RULES (986+ members already BANNED for violation) > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > > 2) Don't post a question in the thread of another member. > > 3) Don't post questions regarding breaking or bypassing any security > measure. > > 4) Acknowledge the responses you receive, good or bad. > > 5) Cross-promotion of, or links to, forums competitive to this forum in > signatures are prohibited. > > NOTE : Don't ever post personal or confidential data in a workbook. Forum > owners and members are not responsible for any loss. > > > ------------------------------------------------------------------------------------------------------ > To post to this group, send email to excel-macros@googlegroups.com >
To count each item in the column Category Wise (at J2 and Fill down function ): = SUMPRODUCT (($ A $ 2: $ A $ 18> = D2) * ($ A $ 2: $ A $ 18 <= D2)) To count each item in the column Category Wise and by type of study sub columns (functions Fill down and Fill in the F2 width): = SUMPRODUCT (($ A $ 2: $ A $ 18 = $ D2) * ($ B $ 2: $ B $ 18 = F $ 1)) -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com
INDEX SMALL OFFSET ROW INDIRECT SUM 2.xls
Description: MS-Excel spreadsheet