I know this isn't strictly a VBA question but it is used in my spreadsheet that
you've helped on before.
I have a countif function counting for particular letters and times by the cell
value above it but occasionally the cells lose the references.
I want to count multiple letters and this is the way I have found works but is
there a better way?
Note the + inbetween each countif statement.
=COUNTIF(B7,"H")*B6+COUNTIF(B7,"B")*B6+COUNTIF(B7,"HD")*B6