+ Reply to Thread
Results 1 to 4 of 4

Deciphering two formulas

  1. #1
    Registered User
    Join Date
    03-25-2005
    Posts
    2

    Deciphering two formulas

    =IF(A18="","",IF(T18="X","Ck FinEnd",IF(NOT($S$16="OK"),$S$16,(U18+V18)*(1+J18)+K18)))


    =IF(AND(Z18>0,OR($AB$17="SUP",$AB$17="Des")),IF(OR(D18="L",D18="R"),1*C18,IF(D18="B",2*C18,0)),0)

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    What is the question?

    Ola

  3. #3
    Registered User
    Join Date
    03-25-2005
    Posts
    2
    I need these two formulas translated I cannot figure them out

    Thanks

  4. #4
    Registered User
    Join Date
    03-23-2005
    Posts
    45
    =IF(A18="","",IF(T18="X","Ck FinEnd",IF(NOT($S$16="OK"),$S$16,(U18+V18)*(1+J18)+K18)))

    If A18 is emplty, then do nothing.
    If it is NOT empty, look in cell T18. If T18 has an X, then put "Ck FinEnd" in that cell.
    If T18 does NOT have an X, and S16 does NOT say "OK", then leave S16 alone. If S16 DOES say "OK", then make S16 equal to (U18+V18)multiplied by (1+J18+k18)


    =IF(AND(Z18>0,OR($AB$17="SUP",$AB$17="Des")),IF(OR(D18="L",D18="R"),1*C18,IF(D18="B",2*C18,0)),0)

    I am not sure about this one, as I have never used the AND OR statement. Sorry.

+ 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