Sure. Example.
=IF(AND(1=1,2=2),1,2)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Jorge E. Jaramillo" <(E-Mail Removed)> wrote in
message news:1CFEE737-EE6B-4D04-AA69-(E-Mail Removed)...
> Hi
>
> I need to evaluate the conditions of two columns on a spreadsheet and for
> that I use the AND function and it works well. Now a new condition that
> overrrides the previous ones has arised so now I have to do both, the
> former
> verification (AND function) and a new one to check for a new value in one
> of
> the columns that is enough to classify the whole register as TRUE.
>
> Is there a way I can mix AND and then OR functions in the same formula? I
> guess there is but i haven't been able to find the propoer sintax to do
> it.
>
> Thanks in advance
>
> Jorge E Jaramillo