+ Reply to Thread
Results 1 to 4 of 4

re:Nested Function

  1. #1
    GAIL HORVATH
    Guest

    re:Nested Function

    I am trying to write a formula that would essentially be an If 2 conditions are met the result wouldbe ---else----

    A B C D E
    Surgery Scheduled Date Room Room Start Time Room End Time Surgeon

    01/02/2005 CH1 11:20 12:58 EISEN, MORRIS
    01/03/2005 CH1 07:45 08:38 GLEIMER, BARRY
    01/03/2005 CH1 09:54 11:46 GLEIMER, BARRY

    01/03/2005 CH1 12:48 15:09 GLEIMER, BARRY
    01/04/2005 CH1 07:30 09:53 KAHN, STEVEN


    What I need it to do is = If A3 = A2 and E3 = E2 then C3 - D2 else "N/A"

    Any ideas????
    --
    Gail M Horvath
    [email protected]
    [email protected]
    Eastern Time Zone

  2. #2
    Peo Sjoblom
    Guest

    Re: re:Nested Function

    =IF(AND(A3=A2,E3=E2),C3-D2,"N/A")

    --
    Regards,

    Peo Sjoblom


    "GAIL HORVATH" <[email protected]> wrote in message
    news:[email protected]...
    I am trying to write a formula that would essentially be an If 2 conditions
    are met the result wouldbe ---else----

    A B C D E
    Surgery Scheduled Date Room Room Start Time Room End Time Surgeon

    01/02/2005 CH1 11:20 12:58 EISEN, MORRIS
    01/03/2005 CH1 07:45 08:38 GLEIMER, BARRY
    01/03/2005 CH1 09:54 11:46 GLEIMER, BARRY

    01/03/2005 CH1 12:48 15:09 GLEIMER, BARRY
    01/04/2005 CH1 07:30 09:53 KAHN, STEVEN


    What I need it to do is = If A3 = A2 and E3 = E2 then C3 - D2 else "N/A"

    Any ideas????
    --
    Gail M Horvath
    [email protected]
    [email protected]
    Eastern Time Zone


  3. #3
    Michael
    Guest

    re:Nested Function

    Hi Gail

    Try
    =IF(AND(A3=A2,E3=E2),C3-D2,"N/A")

    HTH
    Michael
    --
    Michael Mitchelson


    "GAIL HORVATH" wrote:

    > I am trying to write a formula that would essentially be an If 2 conditions are met the result wouldbe ---else----
    >
    > A B C D E
    > Surgery Scheduled Date Room Room Start Time Room End Time Surgeon
    >
    > 01/02/2005 CH1 11:20 12:58 EISEN, MORRIS
    > 01/03/2005 CH1 07:45 08:38 GLEIMER, BARRY
    > 01/03/2005 CH1 09:54 11:46 GLEIMER, BARRY
    >
    > 01/03/2005 CH1 12:48 15:09 GLEIMER, BARRY
    > 01/04/2005 CH1 07:30 09:53 KAHN, STEVEN
    >
    >
    > What I need it to do is = If A3 = A2 and E3 = E2 then C3 - D2 else "N/A"
    >
    > Any ideas????
    > --
    > Gail M Horvath
    > [email protected]
    > [email protected]
    > Eastern Time Zone


  4. #4
    GAIL HORVATH
    Guest

    Re: re:Nested Function

    Yes this is great!!!

    --
    Gail M Horvath
    [email protected]
    [email protected]
    Eastern Time Zone
    "Peo Sjoblom" <[email protected]> wrote in message
    news:%[email protected]...
    > =IF(AND(A3=A2,E3=E2),C3-D2,"N/A")
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    > "GAIL HORVATH" <[email protected]> wrote in message
    > news:[email protected]...
    > I am trying to write a formula that would essentially be an If 2
    > conditions are met the result wouldbe ---else----
    >
    > A B C D E
    > Surgery Scheduled Date Room Room Start Time Room End Time Surgeon
    >
    > 01/02/2005 CH1 11:20 12:58 EISEN, MORRIS
    > 01/03/2005 CH1 07:45 08:38 GLEIMER, BARRY
    > 01/03/2005 CH1 09:54 11:46 GLEIMER, BARRY
    >
    > 01/03/2005 CH1 12:48 15:09 GLEIMER, BARRY
    > 01/04/2005 CH1 07:30 09:53 KAHN, STEVEN
    >
    >
    > What I need it to do is = If A3 = A2 and E3 = E2 then C3 - D2 else "N/A"
    >
    > Any ideas????
    > --
    > Gail M Horvath
    > [email protected]
    > [email protected]
    > Eastern Time Zone




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1