#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Determie Trend

im looking for a function to determine the trend of sales. i have 24 months
of sales in columns b:y. All i want to do is determine if sales are trending
up or down.TREND gave a numerical value which isn't what i wanted, maybe a
true or false is sales are trending up.



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Determie Trend

Maybe this:

B1:Y1 = sales figures

=LOOKUP(SLOPE(B1:Y1,COLUMN(B1:Y1)),{-1E100,0,0.000000000000001},{"Down","Neutral","Up"} )

--
Biff
Microsoft Excel MVP


"John Smith" wrote in message
...
im looking for a function to determine the trend of sales. i have 24
months of sales in columns b:y. All i want to do is determine if sales are
trending up or down.TREND gave a numerical value which isn't what i
wanted, maybe a true or false is sales are trending up.





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 110
Default Determie Trend

John Smith -

For sales figures in B1:Y1, try

=SLOPE(B1:Y1,COLUMN(B1:Y1))

If the slope is a positive number, then sales are trending up. Otherwise,
....

However, even though you only want a trend, I suggest that you "look at the
data" first. The TREND function and the SLOPE function fit a straight line,
so it is important to first determine that a straight-line fit is
appropriate. And, if you "look at the data" first (select the data and
insert a simple line chart), you may see a non-linear relationship or
seasonal variation.

- Mike Middleton

http://www.MikeMiddleton.com



"John Smith" wrote in message
...
im looking for a function to determine the trend of sales. i have 24
months of sales in columns b:y. All i want to do is determine if sales are
trending up or down.TREND gave a numerical value which isn't what i
wanted, maybe a true or false is sales are trending up.




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 Builder Excel Discussion (Misc queries) 2 February 5th 09 06:25 PM
Trend Lines help Bob Charts and Charting in Excel 1 February 28th 08 10:29 AM
TREND help David E Excel Worksheet Functions 2 December 4th 07 04:52 PM
Using Trend vijaya Excel Discussion (Misc queries) 1 November 12th 05 01:31 PM
trend Dr. Sachin Wagh Excel Discussion (Misc queries) 7 March 17th 05 02:57 PM


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