"IF,THEN, DO) any help

D

Dumbo

I am an old Lotus 123 user. Help, I need a IF THEN DO to work for me on a
spread sheet, any info.
 
B

BruceP

I'm not sure I fully understand, not having used Lotus. But if you are
just trying to have a cell value populated under several conditions (if
x is true, make the cell value this, if x is not true, make the cell
value that), the format is:

IF(condition to test,value if true, value if false)

You can nest up to 7 IFs.
 
Top