+ Reply to Thread
Results 1 to 4 of 4

LOGICAL FUNCTIONS WITH MULTIPLE VARIABLES

  1. #1
    luiss
    Guest

    LOGICAL FUNCTIONS WITH MULTIPLE VARIABLES

    Hi,

    I am tryng to create a conditional formula with two variables, each of one
    can have two values (exemple: if 0,5 day and 1 crew, then; if half day and
    two crew, then; if one day and one crew, then; if one day and two crew, then)
    , and I cannot find how to do it. can you please assist?
    Thanks

    Luis

  2. #2
    Biff
    Guest

    Re: LOGICAL FUNCTIONS WITH MULTIPLE VARIABLES

    Need a better explanation.Try explaining something like this:

    If A1 = 5 and B1 = 1, do this................
    If A1 = 10 and B1 = 0, do this..............
    etc
    etc

    Biff

    "luiss" <luiss@discussions.microsoft.com> wrote in message
    news:B900A4A8-359F-4EE9-8EFE-2736FCE824F4@microsoft.com...
    > Hi,
    >
    > I am tryng to create a conditional formula with two variables, each of
    > one
    > can have two values (exemple: if 0,5 day and 1 crew, then; if half day and
    > two crew, then; if one day and one crew, then; if one day and two crew,
    > then)
    > , and I cannot find how to do it. can you please assist?
    > Thanks
    >
    > Luis




  3. #3
    luiss
    Guest

    Re: LOGICAL FUNCTIONS WITH MULTIPLE VARIABLES

    Hi, thanks for your reply.

    If A1 = 1 and B1 = 0,5 then C1 = 60;
    if A1 = 2 and B1 = 0,5 then C1 = 100;
    if A1 = 1 and B1 = 1, then C1 = 75;
    if A1 = 2 and B1 = 1, then C1 = 125.

    Thanks again for your assistance.

    Luis

    "Biff" wrote:

    > Need a better explanation.Try explaining something like this:
    >
    > If A1 = 5 and B1 = 1, do this................
    > If A1 = 10 and B1 = 0, do this..............
    > etc
    > etc
    >
    > Biff
    >
    > "luiss" <luiss@discussions.microsoft.com> wrote in message
    > news:B900A4A8-359F-4EE9-8EFE-2736FCE824F4@microsoft.com...
    > > Hi,
    > >
    > > I am tryng to create a conditional formula with two variables, each of
    > > one
    > > can have two values (exemple: if 0,5 day and 1 crew, then; if half day and
    > > two crew, then; if one day and one crew, then; if one day and two crew,
    > > then)
    > > , and I cannot find how to do it. can you please assist?
    > > Thanks
    > >
    > > Luis

    >
    >
    >


  4. #4
    Registered User
    Join Date
    11-01-2005
    Posts
    11
    Quote Originally Posted by luiss
    Hi, thanks for your reply.

    If A1 = 1 and B1 = 0,5 then C1 = 60;
    if A1 = 2 and B1 = 0,5 then C1 = 100;
    if A1 = 1 and B1 = 1, then C1 = 75;
    if A1 = 2 and B1 = 1, then C1 = 125.

    Thanks again for your assistance.

    Luis

    >[/color]
    Luis,
    this formula should be placed in C1.

    =IF(AND(A1=1; B1=0,5); 60; IF(AND(A1=2;B1=0,5); 100; IF(AND(A1=1;B1=1); 75; IF(AND(A1=2;B1=1); 125; "SOMETHING WRONG"))))

    HTH
    Kostis Vezerides

+ 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