Microsoft® Excel® based database addin

 

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Debra Lisa Guest

    Default Creating Nested If Fuctions


    -- Creating Nested Functions using IF AND and IF OR
    Help Please. Its for an assignment and I just can't get it.
    The problem is as followed:
    5 days for Full time employees who have worked 1 or more years.
    3 days for Full time employees who have worked less than 1 year or for
    part-time employees who have workd more than 2 years
    0 days for everyone else.
    Enter a formula using a nested If function to determine each employees's
    total family leave time.(Hint: USe the And and OR functions.)

    I'm using Excel 2003.

    Thanks,

    --
    DLLewis

    DLLewis

  2. #2
    Tevuna Guest

    Default RE: Creating Nested If Fuctions

    In cell A1 enter TRUE if employee is a full-timer. In cell B1 enter the
    number of years employed. Then enter paste this formula:
    =IF(AND(A1,B1>=1),5,IF(OR(A1,B1>=2),3,0))

    "Debra Lisa" wrote:

    >
    > -- Creating Nested Functions using IF AND and IF OR
    > Help Please. Its for an assignment and I just can't get it.
    > The problem is as followed:
    > 5 days for Full time employees who have worked 1 or more years.
    > 3 days for Full time employees who have worked less than 1 year or for
    > part-time employees who have workd more than 2 years
    > 0 days for everyone else.
    > Enter a formula using a nested If function to determine each employees's
    > total family leave time.(Hint: USe the And and OR functions.)
    >
    > I'm using Excel 2003.
    >
    > Thanks,
    >
    > --
    > DLLewis
    >
    > DLLewis


  3. #3
    Bob Phillips Guest

    Default Re: Creating Nested If Fuctions

    and then explain to your tutor how you worked it out!

    --
    HTH

    Bob

    (there's no email, no snail mail, but somewhere should be gmail in my addy)

    "Tevuna" <Tevuna@discussions.microsoft.com> wrote in message
    news:9BA841C6-7E1D-4CF4-B78E-D96174169451@microsoft.com...
    > In cell A1 enter TRUE if employee is a full-timer. In cell B1 enter the
    > number of years employed. Then enter paste this formula:
    > =IF(AND(A1,B1>=1),5,IF(OR(A1,B1>=2),3,0))
    >
    > "Debra Lisa" wrote:
    >
    >>
    >> -- Creating Nested Functions using IF AND and IF OR
    >> Help Please. Its for an assignment and I just can't get it.
    >> The problem is as followed:
    >> 5 days for Full time employees who have worked 1 or more years.
    >> 3 days for Full time employees who have worked less than 1 year or for
    >> part-time employees who have workd more than 2 years
    >> 0 days for everyone else.
    >> Enter a formula using a nested If function to determine each employees's
    >> total family leave time.(Hint: USe the And and OR functions.)
    >>
    >> I'm using Excel 2003.
    >>
    >> Thanks,
    >>
    >> --
    >> DLLewis
    >>
    >> DLLewis




  4. #4
    Debra Lisa Guest

    Default RE: Creating Nested If Fuctions

    Thanks for the help, and I will inform my instructor how I received this
    answer.

    --
    DLLewis


    "Tevuna" wrote:

    > In cell A1 enter TRUE if employee is a full-timer. In cell B1 enter the
    > number of years employed. Then enter paste this formula:
    > =IF(AND(A1,B1>=1),5,IF(OR(A1,B1>=2),3,0))
    >
    > "Debra Lisa" wrote:
    >
    > >
    > > -- Creating Nested Functions using IF AND and IF OR
    > > Help Please. Its for an assignment and I just can't get it.
    > > The problem is as followed:
    > > 5 days for Full time employees who have worked 1 or more years.
    > > 3 days for Full time employees who have worked less than 1 year or for
    > > part-time employees who have workd more than 2 years
    > > 0 days for everyone else.
    > > Enter a formula using a nested If function to determine each employees's
    > > total family leave time.(Hint: USe the And and OR functions.)
    > >
    > > I'm using Excel 2003.
    > >
    > > Thanks,
    > >
    > > --
    > > DLLewis
    > >
    > > DLLewis


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts