Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are right...
Change the OR to AND With what you have ALL with Status = "PT" will get 3 also ALL with Years Emplyed 1.5 will get 3 "AET" wrote: im needing an AND and OR function to get this to work right. i have it working almost but it is not showing any 0 answers. im sure the OR functionj is medded up. if =IF(AND(Leave[[#This Row],[Status]]="FT",Leave[[#This Row],[Years Employed]]=1),5,IF(AND(Leave[[#This Row],[Status]]="FT",Leave[[#This Row],[Years Employed]]<1),3,IF(OR(Leave[[#This Row],[Status]]="PT", Leave[[#This Row],[Years Employed]]1.5),3,0))) |