Lotus to Excell

G

gudway

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
(e-mail address removed)
 
G

Gazzr

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top