View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Excel processing

Here are some of the major categories. Each have thousands of methods.

1) Use Worksheet Functions.
2) Create Pivot Tables.
3) Create Charts.
4) Perform Text to columns
5) Import External data (Data - Import External Data). This is performed
using Queries
6) Create your own worksheet functions whicb arte called UDF (User Defined
functions)
7) Create Events. There are lots of events which are VBA macros.
8) Create your own macro in VBA (Visual Basic)
9) Create Userforms either in worksheet or using VBA.

"rob" wrote:

how many ways can info be processed in excel and what are they?