+ Reply to Thread
Results 1 to 2 of 2

How to apply more than one IF condition in 1 cell

  1. #1
    Cesar
    Guest

    How to apply more than one IF condition in 1 cell

    i have 3 dates referring to a period and where i want under the formula cells
    to have the following
    if the value of the header of the table which is dats is between the first 2
    dats than 1 for true and 0 for false and if the date in the header is between
    the 2nd and third date than 2 for true and 0 for false

    what is the formula

  2. #2
    Don Guillett
    Guest

    Re: How to apply more than one IF condition in 1 cell

    try something like this
    =if(a1>highestdate,1,if(a1>nexthighestdate,2,0))

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Cesar" <Cesar@discussions.microsoft.com> wrote in message
    news:C63ED9F5-7662-408B-A156-943505D6146D@microsoft.com...
    >i have 3 dates referring to a period and where i want under the formula
    >cells
    > to have the following
    > if the value of the header of the table which is dats is between the first
    > 2
    > dats than 1 for true and 0 for false and if the date in the header is
    > between
    > the 2nd and third date than 2 for true and 0 for false
    >
    > what is the formula




+ 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