calculating

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.
 
M

Mike H

Hi,

You could try this

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

change the column to suit.

Mike
 
M

Mike H

Hi,

You could try this

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

change the column to suit.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top