Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default TREND WORKSHEET FUNCTION

The following data is imputted:

A B

1 20234
2 21003
3 10000


Some worksheet functions return arrays of values, or require an array of
values as an argument. To calculate multiple results with an array formula,
you must enter the array into a range of cells that has the same number of
rows and columns as the array arguments have.

Select the range of cells in which you want to enter the array formula.
Type the array formula.
For example, given a series of three sales figures (column B) for a series
of three months (column A), the TREND function determines the straight-line
values for the sales figures. To display all of the results of the formula,
it is entered into three cells in column C (C1:C3).



Array formula that produces multiple results

When you enter the formula =TREND(B1:B3,A1:A3) as an array formula, it
produces three separate results (22196, 17079, and 11962), based on the three
sales figures and the three months.

Press CTRL+SHIFT+ENTER.

QUESTION: PLEASE EXPLAIN WHERE THE 17079 and 11962 come from in the above
example.

I do NOT understandm the 3 separate results??

Thanks,

FLKulchar

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 182
Default TREND WORKSHEET FUNCTION

Hi,

Make sure you're using absolute range address like :
=TREND($B$1:$B$3,$A$1:$A$3)

in every C1:C3 cell
--

Regards,

Halim


"F. Lawrence Kulchar" wrote:

The following data is imputted:

A B

1 20234
2 21003
3 10000


Some worksheet functions return arrays of values, or require an array of
values as an argument. To calculate multiple results with an array formula,
you must enter the array into a range of cells that has the same number of
rows and columns as the array arguments have.

Select the range of cells in which you want to enter the array formula.
Type the array formula.
For example, given a series of three sales figures (column B) for a series
of three months (column A), the TREND function determines the straight-line
values for the sales figures. To display all of the results of the formula,
it is entered into three cells in column C (C1:C3).



Array formula that produces multiple results

When you enter the formula =TREND(B1:B3,A1:A3) as an array formula, it
produces three separate results (22196, 17079, and 11962), based on the three
sales figures and the three months.

Press CTRL+SHIFT+ENTER.

QUESTION: PLEASE EXPLAIN WHERE THE 17079 and 11962 come from in the above
example.

I do NOT understandm the 3 separate results??

Thanks,

FLKulchar

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default TREND WORKSHEET FUNCTION

Select cells c1:c3 and enter the formula in the formula bar, then
Ctrl-Shift-Enter


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"F. Lawrence Kulchar" wrote in
message ...
The following data is imputted:

A B

1 20234
2 21003
3 10000


Some worksheet functions return arrays of values, or require an array of
values as an argument. To calculate multiple results with an array

formula,
you must enter the array into a range of cells that has the same number of
rows and columns as the array arguments have.

Select the range of cells in which you want to enter the array formula.
Type the array formula.
For example, given a series of three sales figures (column B) for a series
of three months (column A), the TREND function determines the

straight-line
values for the sales figures. To display all of the results of the

formula,
it is entered into three cells in column C (C1:C3).



Array formula that produces multiple results

When you enter the formula =TREND(B1:B3,A1:A3) as an array formula, it
produces three separate results (22196, 17079, and 11962), based on the

three
sales figures and the three months.

Press CTRL+SHIFT+ENTER.

QUESTION: PLEASE EXPLAIN WHERE THE 17079 and 11962 come from in the above
example.

I do NOT understandm the 3 separate results??

Thanks,

FLKulchar



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default TREND WORKSHEET FUNCTION

I did all of that...and I got the SAME 3 values.....22196;

I do NOT YET understand where (or how) the 3 values come from??

Please advise.

FLKulchar

"Halim" wrote:

Hi,

Make sure you're using absolute range address like :
=TREND($B$1:$B$3,$A$1:$A$3)

in every C1:C3 cell
--

Regards,

Halim


"F. Lawrence Kulchar" wrote:

The following data is imputted:

A B

1 20234
2 21003
3 10000


Some worksheet functions return arrays of values, or require an array of
values as an argument. To calculate multiple results with an array formula,
you must enter the array into a range of cells that has the same number of
rows and columns as the array arguments have.

Select the range of cells in which you want to enter the array formula.
Type the array formula.
For example, given a series of three sales figures (column B) for a series
of three months (column A), the TREND function determines the straight-line
values for the sales figures. To display all of the results of the formula,
it is entered into three cells in column C (C1:C3).



Array formula that produces multiple results

When you enter the formula =TREND(B1:B3,A1:A3) as an array formula, it
produces three separate results (22196, 17079, and 11962), based on the three
sales figures and the three months.

Press CTRL+SHIFT+ENTER.

QUESTION: PLEASE EXPLAIN WHERE THE 17079 and 11962 come from in the above
example.

I do NOT understandm the 3 separate results??

Thanks,

FLKulchar

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default TREND WORKSHEET FUNCTION

check my response

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"F. Lawrence Kulchar" wrote in
message ...
I did all of that...and I got the SAME 3 values.....22196;

I do NOT YET understand where (or how) the 3 values come from??

Please advise.

FLKulchar

"Halim" wrote:

Hi,

Make sure you're using absolute range address like :
=TREND($B$1:$B$3,$A$1:$A$3)

in every C1:C3 cell
--

Regards,

Halim


"F. Lawrence Kulchar" wrote:

The following data is imputted:

A B

1 20234
2 21003
3 10000


Some worksheet functions return arrays of values, or require an array

of
values as an argument. To calculate multiple results with an array

formula,
you must enter the array into a range of cells that has the same

number of
rows and columns as the array arguments have.

Select the range of cells in which you want to enter the array

formula.
Type the array formula.
For example, given a series of three sales figures (column B) for a

series
of three months (column A), the TREND function determines the

straight-line
values for the sales figures. To display all of the results of the

formula,
it is entered into three cells in column C (C1:C3).



Array formula that produces multiple results

When you enter the formula =TREND(B1:B3,A1:A3) as an array formula, it
produces three separate results (22196, 17079, and 11962), based on

the three
sales figures and the three months.

Press CTRL+SHIFT+ENTER.

QUESTION: PLEASE EXPLAIN WHERE THE 17079 and 11962 come from in the

above
example.

I do NOT understandm the 3 separate results??

Thanks,

FLKulchar



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
Trend Function Grant Excel Worksheet Functions 3 September 12th 06 04:12 PM
constraints for the trend function name Excel Discussion (Misc queries) 0 July 3rd 06 03:02 AM
constraints for the trend function name Excel Discussion (Misc queries) 0 July 3rd 06 03:00 AM
Help with TREND function systemx Excel Worksheet Functions 0 March 24th 06 09:43 AM
Trend function in VB Pierre Laporte Excel Programming 0 July 10th 03 08:22 PM


All times are GMT +1. The time now is 05:02 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"