I
Ivan Koh
Hi all,
Another question on excel, how do i nest conditions together for AND, OR and
NOT.
So far, what i have is
=IF (OR('A'!A1=X,'A'!A1=Y),'A'!B1,"") which means that if the field A1 has
either X or Y, 'A'B1 will be triggered. else, it'll stay blank.
My problem comes with if A1 has either X or (Y and on top of Y, field C1 is
NOT blank) then 'A'B1 will be triggered. else, it stays blank.
Anyone with any idea on how to make that work?
Thanks
Ivan
Another question on excel, how do i nest conditions together for AND, OR and
NOT.
So far, what i have is
=IF (OR('A'!A1=X,'A'!A1=Y),'A'!B1,"") which means that if the field A1 has
either X or Y, 'A'B1 will be triggered. else, it'll stay blank.
My problem comes with if A1 has either X or (Y and on top of Y, field C1 is
NOT blank) then 'A'B1 will be triggered. else, it stays blank.
Anyone with any idea on how to make that work?
Thanks
Ivan