calculating

  • Thread starter Thread starter KANDLEZ
  • Start date Start date
K

KANDLEZ

I am trying to create a timesheet using "v" for one vacation day and "1/2v"
for a half of vacation day. function to count so that the total be 11/2 (one
and a half) in a different cell. Do you have a function or functions I can
use to do this.
 
Hi,

You could try this

=COUNTIF(A:A,"v")+COUNTIF(A:A,"1/2v")/2

change the column to suit.

Mike
 
Hi,

You could try this

=COUNTIF(A:A,"v")+COUNTIF(A:A,"1/2v")/2

change the column to suit.

Mike
 
Back
Top