counting characters in a line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a calender grid for each month for employee absentee's. I
have designated an alpha character for each reason an employee may be absent,
(ie "V" for vacation, "S" for sick, etc.) At the end of each row, i would
like to have a cell to calculate all of my "V"'s, "S"'s, etc. HELP?
 
I suggest a COUNTIF() formula that covers the entire row; count Vs, Ss,
etc in different cells.
 
Back
Top