View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default 1 less for every row

Try this:

=COUNTIF(B$4:B5,"YES")+91-ROWS($1:1)

Biff

"Kevin" wrote in message
...
=COUNTIF(B4:B5,"YES")+(90)
=COUNTIF(B4:B6,"YES")+(89)
=COUNTIF(B4:B7,"YES")+(88)

How do I continue this down for 90 rows? Each row counting from B4 to that
row, adding 1 less for every row.