I am currently using the following formula:
=COUNTIF(E24:AB24,"A")*2
as a way to caculate hours for me.
What I need it to do now is that if there is a "B" there to caculate it as 1.
Is there a way to do this?
I am currently using the following formula:
=COUNTIF(E24:AB24,"A")*2
as a way to caculate hours for me.
What I need it to do now is that if there is a "B" there to caculate it as 1.
Is there a way to do this?
Countif(e24:ab24,"a")*2+countif(e24:ab24,"b")
=COUNTIF(E1:AB1,"A")*2+COUNTIF(E1:AB1,"B")
“Phxlatinoboi®”编写:
> I am currently using the following formula:
>
> =COUNTIF(E24:AB24,"A")*2
>
> as a way to caculate hours for me.
>
> What I need it to do now is that if there is a "B" there to caculate it as 1.
>
> Is there a way to do this?
>
=COUNTIF(E24:AB24,"A")*IF(COUNTIF(E24:AB24,"B")>0,1,2)
"Phxlatinoboi®" wrote:
> I am currently using the following formula:
>
> =COUNTIF(E24:AB24,"A")*2
>
> as a way to caculate hours for me.
>
> What I need it to do now is that if there is a "B" there to caculate it as 1.
>
> Is there a way to do this?
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks