+ Reply to Thread
Results 1 to 3 of 3

Logic please

  1. #1
    Registered User
    Join Date
    06-14-2006
    Posts
    72

    Logic please

    Can someone tell me the logic behind this formula. Wasser means water in german.

    =IF(OR(C11="",G11=""),"",IF(LEFT(B11,6)="wasser",0,(G11-C11)*24))

    Thanks

    Ed

  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    =IF(OR(C11="",G11=""),"",IF(LEFT(B11,6)="wasser",0 ,(G11-C11)*24))

    If C11 or G11 is blank, then left the cell blank

    If the first six letter of B11 is WASSER, then cell is 0

    else (basically if C11 or G11 is not blank or B11's first six letter isn't WASSER) let the cell be (G11-C11)*24
    Google is your best friend!

  3. #3
    Registered User
    Join Date
    06-14-2006
    Posts
    72
    Thanks for the help Bear. We have a German template but we are having trouble understanding their logic due to the cultural differences.

    Ed

+ 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