J
jim
Hi:
Can I use an IF function or an AND function or combination
of the two to create a conditonal test for more than two
elements. I need to expand my formula below to increase
the arugments > the two I'm currently using.
=IF(AND(E2=TRUE,G2=TRUE),TRUE,FALSE)
For example if I have 4 cells that all have "TRUE" I want
to return TRUE, all other combination within the 4 cells
should return FALSE.
So if cells C1, D1, E1, F1; all contain TRUE my test is
TRUE, if for example I have TRUE; FALSE; TRUE; TRUE it
fails, etc.
Thanks,
Jim
Can I use an IF function or an AND function or combination
of the two to create a conditonal test for more than two
elements. I need to expand my formula below to increase
the arugments > the two I'm currently using.
=IF(AND(E2=TRUE,G2=TRUE),TRUE,FALSE)
For example if I have 4 cells that all have "TRUE" I want
to return TRUE, all other combination within the 4 cells
should return FALSE.
So if cells C1, D1, E1, F1; all contain TRUE my test is
TRUE, if for example I have TRUE; FALSE; TRUE; TRUE it
fails, etc.
Thanks,
Jim