View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default If statement nested

I have to add my 2 cents. This is only the 2nd most irritating thing to me.
The most irritating is when someone posts a complicated question, and you
work it out for them, post a good solution, only to never hear from the
person again. Pretty sure they used your solution, but no recognition. Not
that we are in it for the recognition, but it would be nice to 'close' a lot
of these questions.
--
John C


"Mike H" wrote:

And because you posted the same question with a different subject line I
wasted my time answering a question you already had an answer to. Please do
not double post the same question it's irritating to those who freely give
their time to help out.

Mike

"k11ngy" wrote:

Thanks VM for your help

Kind regards

Steve

"Stefi" wrote:

=IF(AND(OR(A1="Pass",A1="Exempt"),OR(A2="Pass",A2= "Exempt")),"FULL AWARD","")

Regards,
Stefi

€˛k11ngy€¯ ezt Ć*rta:

Hi

I need to Nest If/And/Or together and having trouble

I need to:

If A1=Pass or Exempt and A2 = pass or exempt, FULL AWARD, else ""

Cant seem to fathom this one

Thanks for help