Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I am trying to do a sheet containing Holidays and Absence my problem is that if you only have a 1/2 day holiday my formula is counting it as a full day I need to do. H = 1 day holiday HH = Half day holiday So ideally if they had 1 1/2 days holiday it would show as 1.5 but I do not know how to do this. I would be really grateful if some one could help me and show me whether to use countif or not and how to do the formula. Thanks Helen -- Helen Black |
#2
![]() |
|||
|
|||
![]()
Try:
=COUNTIF(A:A,"H")+COUNTIF(A:A,"HH")/2 HTH Jason Atlanta, GA -----Original Message----- I am trying to do a sheet containing Holidays and Absence my problem is that if you only have a 1/2 day holiday my formula is counting it as a full day I need to do. H = 1 day holiday HH = Half day holiday So ideally if they had 1 1/2 days holiday it would show as 1.5 but I do not know how to do this. I would be really grateful if some one could help me and show me whether to use countif or not and how to do the formula. Thanks Helen -- Helen Black . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions | |||
Converting text to number - how?? | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
What defines number or text | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions |