Thread: Formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Formula

Perhaps

=(COUNTIF($A$1:$A$10,"0")-COUNTIF($A$1:$A$10,"=5"))+((COUNTIF($A$1:$A$10," =5")-COUNTIF($A$1:$A$10,"8"))/2)

Extend the ranges to suit

Mike

"Yitzhack" wrote:

I'm sorry, i meant columns
--
Regards
YM



"Yitzhack" wrote:

Hi. This may be something simple but Im not sure how to do it. I need a
formula where when value is greater than 5 but less than 8 = 0.5 and when is
greater than 0 but less than 5 = 1 at the same time all the data is
accumulating the points in cell A1. Thanks for the help
--
Regards
YM