Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jason
 
Posts: n/a
Default How to count positive changes in a row of data

Help,
I have a row of data across 12 columns (1, 1.1, 1.1, 1.2, 1.4, etc). I am
trying to count the positive changes (i.e., 1 to 1.1, 1.1 to 1.2, etc.) all
the way across. Is it possible to do this? How?

Many thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default How to count positive changes in a row of data

have you tried where 18 is the row
=COUNTIF(18:18,"0")
--
Don Guillett
SalesAid Software

"Jason" wrote in message
...
Help,
I have a row of data across 12 columns (1, 1.1, 1.1, 1.2, 1.4, etc). I am
trying to count the positive changes (i.e., 1 to 1.1, 1.1 to 1.2, etc.)
all
the way across. Is it possible to do this? How?

Many thanks,



  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default How to count positive changes in a row of data

Try something like this:

With numbers in A1:L1

This formula counts postive increments.
M1: =SUMPRODUCT(--((B1:L1-A1:K1)0))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Jason" wrote:

Help,
I have a row of data across 12 columns (1, 1.1, 1.1, 1.2, 1.4, etc). I am
trying to count the positive changes (i.e., 1 to 1.1, 1.1 to 1.2, etc.) all
the way across. Is it possible to do this? How?

Many thanks,

  #5   Report Post  
Posted to microsoft.public.excel.misc
Jason
 
Posts: n/a
Default How to count positive changes in a row of data

Wow. That gets it done. I'm sure I'll have more questions, but that keeps
me busy for a while.

Thank you very much
-Jason

"Ron Coderre" wrote:

Try something like this:

With numbers in A1:L1

This formula counts postive increments.
M1: =SUMPRODUCT(--((B1:L1-A1:K1)0))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Jason" wrote:

Help,
I have a row of data across 12 columns (1, 1.1, 1.1, 1.2, 1.4, etc). I am
trying to count the positive changes (i.e., 1 to 1.1, 1.1 to 1.2, etc.) all
the way across. Is it possible to do this? How?

Many thanks,



  #6   Report Post  
Posted to microsoft.public.excel.misc
Jason
 
Posts: n/a
Default How to count positive changes in a row of data

Thanks too for your help.

"Don Guillett" wrote:

have you tried where 18 is the row
=COUNTIF(18:18,"0")
--
Don Guillett
SalesAid Software

"Jason" wrote in message
...
Help,
I have a row of data across 12 columns (1, 1.1, 1.1, 1.2, 1.4, etc). I am
trying to count the positive changes (i.e., 1 to 1.1, 1.1 to 1.2, etc.)
all
the way across. Is it possible to do this? How?

Many thanks,




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
How do I count unique items in a pivottable data field. Jaywestern Excel Discussion (Misc queries) 2 December 29th 05 01:15 AM
count G4:G51 for critera only if D4:D51 contains text data sir Lancelot Excel Worksheet Functions 2 November 13th 05 07:53 PM
Count data or list spydor Excel Discussion (Misc queries) 4 November 5th 05 03:06 PM
How do I count data in range A:A that is dependent upon criteria . h2ocats Excel Worksheet Functions 1 February 21st 05 12:55 PM
Count data entries and date problem Gef Excel Worksheet Functions 5 November 4th 04 02:30 PM


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