Array

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top