I currently have an excel document that uses the below formula to get a % of items in a row:
=COUNTIF(M6:M36,$B$39)/$C$37
$B$39 contains LV which works well, as it calculates the % of items with LV.
How do i change the formula so that it calculates two values T or LV. I have tried the below but it errors:
=COUNTIF(AB6:AB36,$B$39)+(AA6:AA36,$B$38)/$C$37
$B$39 contains value of LV $38 contains value of T