Thread: Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Thomas [PBD] Thomas [PBD] is offline
external usenet poster
 
Posts: 154
Default Help

Yitzhack,

Could you give me the example data? L9:BF9
Secondly, what is it that you would like to happen? Would you just like to
include 0 into the formula? You could change that with "=0" in the first
COUNTIF. I could be mistaken. In all essence, what would you like the
formula to return?

--
--Thomas [PBD]
Working hard to make working easy.
Answered your question? Click ''Yes'' below.


"Yitzhack" wrote:

Good morning all. I'm currently working on a attendance tracker, I have a
formula that will give us either half or full occurrence. Before we didnt
need to track 0 but now we have. I tried to change the formula to give us a
full occurrence (1) but Im getting an error. Can anyone help me with this€¦
Thanks

=(COUNTIF(L9:BF9,"0")-COUNTIF(L9:BF9,"=5"))+((COUNTIF(L9:BF9,"=5")-COUNTIF(L9:BF9,"=8"))/2)


--
Regards
YM