#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default calculating


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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default calculating

Hi,

You could try this

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

change the column to suit.

Mike

"KANDLEZ" wrote:


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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default calculating

Maybe this:

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

--
Biff
Microsoft Excel MVP


"KANDLEZ" wrote in message
...

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.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default calculating

THANK YOU! IT WORKS
--
KK


"KANDLEZ" wrote:


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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculating Zak Excel Discussion (Misc queries) 1 May 22nd 06 10:02 PM
Calculating age. pinehead Excel Worksheet Functions 1 February 27th 06 05:20 AM
I need help calculating this. TroyM Charts and Charting in Excel 4 December 28th 05 07:14 PM
Calculating Age devinm21 Excel Worksheet Functions 12 June 21st 05 06:02 AM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM


All times are GMT +1. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"