Topic profile page for Grouping.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Grouping.
Topic "Grouping" was discussed 85,013 times on 3,822 sites in last 3 months
Started 22 hours, 9 minutes ago (2009-12-04 23:13:00)
by BLCannon
I need to take the data from one spreadsheet and place in a report style grouping by Business - Business Name -XXX Employee Name Current Market Ordinal Ranking Comment Diff with an empty row then next Business Name -LOS Employee Name Current Market Ordinal Ranking Comment Diff etc - Can someone show me examples of how I can do this using...
Started 2 days, 7 hours ago (2009-12-03 14:00:00)
by samia67
Grouping dates by month Hello experts, Hope you can help me with my question. I have a list of dates 25/11/09, 2/12/09, 9/12/09 etc in cell A1, and I have malaria, cough, diarrhoea in cell B1. What I would like to do is on sheet2 A1 = Nov 09 (title), a2:a3 malaria, cough, diarrhoea (list) b2:b3 would be count of malaria in nov...
Started 3 days, 9 hours ago (2009-12-02 11:49:00)
by cgreen3
Allright I have searched and tried to get this too work in my worksheet Sub auto_open() With Worksheets("sheet1") .Protect Password:="xlhelp", userinterfaceonly:=True .EnableOutlining = True End With End Sub Im trying to have my grouping expand on my protected sheet and it will not work for me. Other users will be using this sheet so It will have to be protected ...
Started 3 days, 9 hours ago (2009-12-02 11:34:00)
by cgreen3
Allright I have searched and tried to get this too work in my worksheet Sub auto_open() With Worksheets("sheet1") .Protect Password:="xlhelp", userinterfaceonly:=True .EnableOutlining = True End With End Sub Im trying to have my grouping expand on my protected sheet and it will not work for me. If I could have some help on this I would really appreciate it.
Started 3 days, 10 hours ago (2009-12-02 11:17:00)
by Tenacious
Hello Gurus, I need help with SQL grouping. Suppose I have the tables in the following format - Department- Dept_Id Dept_Name 1-----------A 2-----------B 3-----------C Sub_Dept- Sub_Id Sub_Dept_Name 10-----------X 20----------- Y 30----------- Z 40----------- P 50----------- Q Employee- Emp_Id Emp...
Started 3 days, 20 hours ago (2009-12-02 00:29:00)
by ygolo
(I apologize in advance for the abuse of the word "group" in this problem. It does not mean a group in the mathematical sense). Imagine you have n^2 objects that need to be grouped in n groups of size n each. Let's call one such arrangement an "n-grouping." You can create n-groupings in (n^2)!/(n!)^(n+1) ways (check me on this). Now suppose you have...
Started 4 days, 2 hours ago (2009-12-01 19:15:00)
by Kchild
Banner Frag day. I got & loved my LeE, then got my final grouping of TPC samples~r/o for IMO Guerlain Angelique Noir~Just ordered a bottle while I can. Absolutely GORGEOUS! The perfect wear anywhere and smell fabulous w/out overdoing it perfume. ♥ Creed Sublime Vanille~it was outstanding and yes~even sublime. I say was because I literally put the sample on, smelled it, thought WOW, waited ...
Started 1 week, 1 day ago (2009-11-27 15:42:00)
by warpete
error 1068 - Windows could not start the Peer Networking Grouping on Local Computer. ALSO, Windows could not start the Peer Name Resolution Protocol Service on Local Computer. Peer Networking Identity Manager IS started. All three are set to "automatic" startup. I have an HTPC and my main system, both running Windows 7 Premium 64 bit. The HTPC has all three "Peer" services started but my main PC...
Started 5 days, 4 hours ago (2009-11-30 16:50:00)
by Rob R_
Hello, I'm trying to map a flat file to an xml, but I need to group some of the flat file into the same node. Everything I've read says I should use the Muenchian grouping technique, but no matter which way I try it I can't seem to get it right. If somebody could shove me in the right direction it would be greatly appreciated. Here is my source schema: 867GP 867GP_Detail Utility ...
Started 4 days, 16 hours ago (2009-12-01 05:02:00)
by fiveohg
Dear all I want to do a grouping of multiple criterias as expression . Single grouping is possible , but when group within a group comes things doesnt work for me. User would define the comibination For example i have 4 criterias C1 C2 C3 C4 Basic grouping works for example : (C1&C2) | (C3&C4) Complicated grouping i have no idea how to implement it. (((C1&C2) | (C3&...
Started 1 week, 1 day ago (2009-11-27 00:46:00)
by theconditioner
Excel 2007: Grouping of Rows is not working! Hello. I am trying to group some rows in Excel 2007, but when I click Group (after I have selected my rows), nothing at all happens. Anyone know how to fix this? Thanks!
Started 1 week, 1 day ago (2009-11-27 16:39:00)
by Art
I have a large worksheet that I have sorted by Employee. It looks something like this, though the actual sheet has more columns: Company Employee Intel Adam Xerox Adam Microsoft Bob SAP Cathy Univac Cathy Ata Cathy Intel Denise I want to group by Employee, so that I see a list like this: Adam...
Started 3 days, 1 hour ago (2009-12-02 19:24:00)
by Lawnchair Bill
I am attempting to group records in an MS Access 2003 report by using a field in the table that is different from the one entered into each record. In other words, the groupings available to me are alphabetical or numeric only, but I want to create my own "custom" sort by using the key code for that underlying table, which is numerical...
Started 1 week, 1 day ago (2009-11-27 07:38:00)
by art
I have a large worksheet that I have sorted by Employee. It looks something like this, though the actual sheet has more columns: Company Employee Intel Adam Xerox Adam Microsoft Bob SAP Cathy Univac Cathy Ata Cathy Intel Denise I want...
Started 4 days, 9 hours ago (2009-12-01 11:39:00)
by DAkridge
I am trying to create a report that groups based off of a prompt. I have set 6 static choices for the prompt and based on which choice the user chooses is what I want to group the report on, but I am not having any luck - any help would be appreciated!!
Ok here is where I always scratch my head, maybe some browser and cache/loading time guru could explain better or put some light on the situation. Cutting down on repeated styles is a good way to cut down on both your CSS file(s) size and your sites loading time. GREAT but this now begs the question of how far should I go to cut down on repeated styles? Take float:left; for example, this ...