+ Reply to Thread
Results 1 to 2 of 2

Double IF Statements

  1. #1
    Registered User
    Join Date
    08-18-2007
    Posts
    54

    Double IF Statements

    Hi Guys,

    Im trying to create what i think is called a double IF statement.

    I have a document whereby e.g. IF cell 1 = NONE & cell 0 = more than 2 then say -350

    Please Login or Register  to view this content.
    That is the code i have tried so far. Altho i can't get it to work i don't think im far off.

    I want this to say IF Someone select NONE in cell U44 and specifies more than 0 in cell E37 then say -350.

    IS this possible.

    Thanks
    Sam

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =IF(And('v365 Spec'!U44="NONE",'v365 Spec'!E37>0),-350,0)

    numbers aren't to be enclosed in quotes, Text string are.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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