If you don't mind a formula approach, in A9, copied down to A5009:Originally Posted by Lester601
=IF(N9="X","",IF(N="",1,"what goes in A if N<>X AND N <> Null"))
You might want to use, depending on what possible values may be contained within Nx:
=IF(N9="X","",IF(ISBLANK(A9),1,"what goes in A if N<>X AND N <> Null"))


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks