#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 186
Default Array

Can someone please explain to me how to make an array and what it is used
for, I have not been able to understand this concept when using excel.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Array

Do you mean like an array formula?

Check Bob Phillips' site:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And Chip Pearson's:
http://cpearson.com/excel/ArrayFormulas.aspx

And a white paper by Bob Umlas:
http://www.emailoffice.com/excel/arrays-bobumlas.html


Jack wrote:

Can someone please explain to me how to make an array and what it is used
for, I have not been able to understand this concept when using excel.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 258
Default Array

Jack --

An array is simply a table of information. There are much more technical
approaches, but that's it in a nutshell. Excel has lots of formulas designed
to extract information from tables of information -- lookup formulas,
index/match, sumproduct, and many more.

It also has a tool called an 'array formula', which is also called 'CSE'
because you press ctrl-shift-enter. Suppose you had two columns of data and
wanted to find the lowest ratio between the different row entries. You would
use a CSE formula to compute that, something like =MIN(A1:A10/B1:B10),
entered by pressing Ctrl-Shift-Enter at the same time. Try it.

HTH

"Jack" wrote:

Can someone please explain to me how to make an array and what it is used
for, I have not been able to understand this concept when using excel.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate an array that is a subset of a larger array? Jeff Excel Worksheet Functions 1 September 25th 07 12:51 AM
Array: Counting multiple values within array Trilux_nogo Excel Worksheet Functions 4 April 16th 07 03:12 AM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
combining cells and array from different sheets into an array to pass to IRR() [email protected] Excel Discussion (Misc queries) 3 September 11th 06 07:17 AM
Goal Seek On Members of an Array within Array LostInVBA Excel Worksheet Functions 1 June 27th 05 11:01 PM


All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"