Formula

P

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?
 
W

wdjsxj

=COUNTIF(E1:AB1,"A")*2+COUNTIF(E1:AB1,"B")

“Phxlatinoboi®â€ç¼–写:
 
Top