View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Curare[_4_] Curare[_4_] is offline
external usenet poster
 
Posts: 1
Default Using Range inputs in functions

How can I get the values inputed into a function from a range of values
Below is an example of the values used in the worksheets.

A
1 12
2 15
3 36
4 25
5 18
6 23

For a follow up question, does the range selection always have to b
in this format, or can I also use the format below:

A B C D E F
1 12 15 36 25 18 23

If yes, how would the function determine between formats

--
Message posted from http://www.ExcelForum.com