Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(C5,"YES")+(89)
=COUNTIF(C5,"YES")+(88) how do continue this for the next 87 cells adding one less every time |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
c5 is either yes or no i only want it to count if it says yes
"Don Guillett" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(C$5,"YES")+90-ROW(A1)
and copy down. -- David Biddulph "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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding time | Excel Worksheet Functions | |||
Adding Time | Excel Worksheet Functions | |||
Adding time | Excel Discussion (Misc queries) | |||
Time log adding time from separate sheets | New Users to Excel | |||
Adding time to date-time formatted cell | Excel Discussion (Misc queries) |