Thread
:
adding one less every time
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
adding one less every time
You didn't say if c5 is a CONSTANT. If so, copy down
=COUNTIF($C$5,"yes")*90-(ROW(A1))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Kevin" wrote in message
...
=COUNTIF(C5,"YES")+(89)
=COUNTIF(C5,"YES")+(88)
how do continue this for the next 87 cells adding one less every time
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett