Search : in
By :

Tabulating data according to categories

adhirajsharma, on Jul 2, 2009 2:16:06 pm BST 
 Report this message to moderators

Hello,
i have large amount of data about different kind of machineries and the family in which they belong but they are not organised in a proper manner. i wanted the VBA code for excel 2003, to put all the machines belonging to the same family together as they are listed randomly throughout the list.

currently the name of the machine is given in coloumn "A" and the correspondig Family in coloumn "B" .

i would be gratefull if anyone could help me out., thanks a lot

Configuration: Windows XP Internet Explorer 7.0

Best answers for « tabulating data according to categories » in :
Data transmission - Introduction Show Data representation The purpose of a network is to transmit information from one computer to another. To do this, you first have to decide how to encode the data to be sent, in other words its computer representation. This will differ according to...
Data transmission - Cabling Show Cabling types Several physical data-transmission media are available to connect together the various devices on a network. One possibility is to use cables. There are many types of cables, but the most common are: Coaxial cable Double twisted...
Backup Outlook 2003 data ShowBackup Outlook 2003 data All Outlook 2003 data ( Emails, Agenda, Contacts, Tasks...) are in one file with .pst extension The file is in the following default folder: C:\Documents and Settings\Login\Local Settings\Application...
How to split data into multiple worksheets? ShowHow to split data into multiple worksheets? Issue Solution Note Issue I hope someone can help! I have a .csv file open with excel that contains a large amount of data that has been merged together so that each data set follows each...
[Ingres] Importing/ Exporting data Show[Ingres] Importing/ Exporting data Making use of these commands copydb unloaddb Notes Ingres allows you to export data from an Ingres installation to another (it is a platform independent procedure). unloaddb copydb The main...
Download Data Fields Manager for Outlook ShowData Fields Manager for Outlook is a plugin for Microsoft Outlook. It add, search, replace, modify, rename, clean up the fields of the address book and to transform the characters into capital letters. Data Fields Manager for Outlook allows to add a...
Computer - Introduction to Memory ShowThe Role of Memory The term "memory" applies to any electronic component capable of temporarily storing data. There are two main categories of memories: internal memory that temporarily memorises data while programs are running. Internal memory...
Data transmission - The physical connection ShowWhat is a transmission channel? A transmission line is a connection between two machines. The term transmitter generally refers to the machine that sends the data while receiver refers to the one receiving the data. The machines can sometimes be...
OOP - Data encapsulation ShowThe concept of encapsulation Encapsulation is a way of organising data and methods into a structure by concealing the the way the object is implemented, i.e. preventing access to data by any means other than those specified. Encapsulation...