cmarie1020
New Member
- Joined
- Aug 23, 2019
- Messages
- 2
Hello,
I need some help with creating a formula.
Basically, I am counting up all the letters in a row (P, F, U, B, S) and then I want to minus from the calculation the count of (L) in the row … however, if L = or > zero, I want the cell to be 0 .
my current formula
=COUNTA(J5:AN5)-COUNTIF(J5:AN5, "L")
this is a spreadsheet tracking different types of absences but also lates. And I just want the calculation to produce the total absence types and disregard the lates entirely.
Thank you!
I need some help with creating a formula.
Basically, I am counting up all the letters in a row (P, F, U, B, S) and then I want to minus from the calculation the count of (L) in the row … however, if L = or > zero, I want the cell to be 0 .
my current formula
=COUNTA(J5:AN5)-COUNTIF(J5:AN5, "L")
this is a spreadsheet tracking different types of absences but also lates. And I just want the calculation to produce the total absence types and disregard the lates entirely.
Thank you!