+ Reply to Thread
Results 1 to 2 of 2

converting formula from lotus.123 to excel

Hybrid View

  1. #1
    Registered User
    Join Date
    07-27-2005
    Posts
    1

    Question converting formula from lotus.123 to excel

    actually..I have a problem converting the formula from lotus.123 to microsoft excel...can u help me convert this formula from lotus? here i will an example of the formula..
    1. @IF(S11="","",@IF(Y11>1,"OK",@IF(Z11>1,"OK",@IF(AA11>1,"OK",@IF
    (AB11>1,"OK",@IF(AC11>1,"OK","Not OK"))))))

    2. @IF(B154=" "," ",@DSUM
    ($AUTO~op:$K$8..$AUTO~op:$O$851,"Q",M=B154))

    3. @IF(K14=" ","Z",@VLOOKUP
    (K14,<<C:\Planning\mmdotr.123>>$E:$C$4..$E:$K$2609,5))

    this formula is from lotus.123...and I want to convert this formula to microsoft excel...hope u can solve my problem..
    tq very much..hope u can rply as soon as possible..tq

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Here's what I came up with: (been a while for me and .123)

    1] =IF(S11="","",IF(Y11>1,"OK",IF(Z11>1,"OK",IF(AA11>1,"OK",IF(AB11>1,"OK",IF(AC11>1,"OK","Not OK"))))))

    2] =IF(B154=" "," ",DSUM($AUTO~op!$K$8:$AUTO~op!$O$851,"Q",B154:B155))
    (note: read the instructions in Excel help for the format of the DSUM function--in a blank cell, click Insert>Function and choose DSUM from the show all listing for details)

    3] =IF(K14=" ","Z",VLOOKUP(K14,'C:\Planning\[mmdotr.123]SheetE'!$C$4:$K$2609,5))

    Untested, of course. I am not sure if 3] will work as it references a .123 workbook

    Good Luck

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

+ 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