View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Help for - IF Formula

hi,
try this....

=IF(AND(A1="Deepak",B1="Deepak",OR(C1="good",C1="f air")),"yes","no")

adjust cell references to fit your data.

regards
FSt1

"Deepak Sharma" wrote:

Hi,

I need to create the formula to get the result as "Yes" or "No" in Cell D1

If the name in (A1 is "Deepak" and the name in B1 is "Deepak" and the name
in C1 is "Good" or "Fair", then in D1 it should show "Yes" else "No")