Hi All ,
I am a much newer into Excel. I am in charge of a School. The schools excel sheet is complicated. I have shorened so as to make you people understand it.
Please see my Issue mentioned in the image below. Since there are thousands for Students and attendent hours for each day needs to be calculated. It has become very tedious.
This formula that is been currently used =COUNTIF(C1:C8,"=Abil") for getting the number of attendant hours per day. C1:C10 denotes the day students count for one day.
My issue is that I need to refer a CELL (C13) instead of direct using the formula in Feild
Instead of =COUNTIF(C1:C8,"=Abil")
I need something like =COUNTIF(Value(C13),"=Abil") to get the count of that particular day (say June 01).
I even tried with
=COUNTIF(Cell("contents",C13),"=Abil") to get the cell reference, it did not worked.
I know that my issue is simple, I spend quite a long time for solving the issue, but was not able to do so.
Please do help
Thanks in advance.
I am a much newer into Excel. I am in charge of a School. The schools excel sheet is complicated. I have shorened so as to make you people understand it.
Please see my Issue mentioned in the image below. Since there are thousands for Students and attendent hours for each day needs to be calculated. It has become very tedious.
This formula that is been currently used =COUNTIF(C1:C8,"=Abil") for getting the number of attendant hours per day. C1:C10 denotes the day students count for one day.
My issue is that I need to refer a CELL (C13) instead of direct using the formula in Feild

Instead of =COUNTIF(C1:C8,"=Abil")
I need something like =COUNTIF(Value(C13),"=Abil") to get the count of that particular day (say June 01).
I even tried with
=COUNTIF(Cell("contents",C13),"=Abil") to get the cell reference, it did not worked.
I know that my issue is simple, I spend quite a long time for solving the issue, but was not able to do so.
Please do help
Thanks in advance.