Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
SteveC
 
Posts: n/a
Default Counting Consecutive Improvements

Hi, to count consecutive improvements, I convert the following:

ColA ColB ColC ColD ColE ColF ColG ColH ColI
10.2% 9.8% 9.4% 9.2% 9.0% 8.7% 8.6% 7.8% 7.9%

So it becomes
ColS ColT ColU ColV ColW ColX ColY ColZ ColAA
Yes Yes Yes Yes Yes Yes Yes No BlankCell

Then I apply in Col AA
=IF(ISERROR(MATCH("No",S2:Z2,0)-1),8,MATCH("No",S2:Z2,0)-1)

I then get a value of 8

It works great because if there is a "No" in ColS, I get a value of 0, if
Yes Yes No, I get 2, etc.

MY QUESTION:
Is there a way to do this without "helper cells" that will work directly
with the percent changes instead?

I tried a nested if statement, but it doesn't work...

A thread concerning the nested if approach is here, but the formula didn't
work out correctly (apply it to the above % changes, and you will get 8
instead of 7):

http://www.microsoft.com/office/comm...8-2d90ed708e25



A thread that provided me insight using the match formula is he

http://groups.google.com/group/micro...fc9e17ac40e014

Thanks for any suggestions...


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
counting consecutive absences jerry37917 Excel Worksheet Functions 6 October 9th 07 09:22 PM
Return Summed Count of Multiple Consecutive Numeric Values Sam via OfficeKB.com Excel Worksheet Functions 4 April 10th 06 10:35 PM
Counting Consecutive Cells that meet Criteria Omega Point Excel Discussion (Misc queries) 2 February 26th 06 08:28 PM
Counting consecutive periods self_made1 Excel Worksheet Functions 1 December 21st 05 05:44 PM
Counting number of consecutive zeros at the end of a list [email protected] Excel Discussion (Misc queries) 2 September 22nd 05 12:47 PM


All times are GMT +1. The time now is 10:51 AM.

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"