+ Reply to Thread
Results 1 to 3 of 3

Lotus to Excell

  1. #1
    gudway
    Guest

    Lotus to Excell

    In Lotus123 there used to be an expression
    @if(A17>"","The cell is NOT blank","The cell IS blank")
    How can I do this in Excell !
    Thanks
    [email protected]

  2. #2
    Registered User
    Join Date
    02-01-2006
    Posts
    60

    Try this

    Hi Mate,

    Try this one. Paste the forumla below to cell C25 with the cell to be tested as D25.

    It just tests the number of chars in cell D25

    =IF(LEN(D25)>0,"NOT BLANK","BLANK")

    Thanks
    gazzr

  3. #3
    gudway
    Guest

    Re: Lotus to Excell

    Thanks for your elegant solution (short & simple)
    [email protected]



    "Gazzr" wrote:

    >
    > Hi Mate,
    >
    > Try this one. Paste the forumla below to cell C25 with the cell to be
    > tested as D25.
    >
    > It just tests the number of chars in cell D25
    >
    > =IF(LEN(D25)>0,"NOT BLANK","BLANK")
    >
    > Thanks
    > gazzr
    >
    >
    > --
    > Gazzr
    > ------------------------------------------------------------------------
    > Gazzr's Profile: http://www.excelforum.com/member.php...o&userid=31075
    > View this thread: http://www.excelforum.com/showthread...hreadid=538746
    >
    >


+ 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