+ Reply to Thread
Results 1 to 2 of 2

Multiple Conditions Question

  1. #1
    Registered User
    Join Date
    12-06-2007
    Posts
    32

    Multiple Conditions Question

    I cannot seem to get this formula right.

    I need a formula for my result cell (K3) that returns a YES or NO result as a result of this:

    If cell C3 has any value at all, then return "YES" in cell K3; unless G3<D3, then return "NO" in cell K3. If C3 is blank then leave K3 blank.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    =IF(C3="","",IF(G3<D3,"no","yes"))

    ??

+ 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