cancel
Showing results for 
Search instead for 
Did you mean: 

Not Initial

Former Member
0 Kudos

Hi,

From SCM 5.0 we have a new macro function IS_INITIAL() to say whether the cell is initial or 0.

The statement is

IS_INITIAL(Row X) = 1 if value of Row X is initial or null.

If I have to say if the cell is not initial can I use any of the statements below?

IS_INITIAL(Row X) <> 1 if value of Row X is not initial or null.

or

IS_INITIAL(Row X) = 0 if value of Row X is not initial or null.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes. <> is working.

Sorry for the post.

Edited by: Raj G on Apr 2, 2008 4:39 PM