View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld[_2_] Ron Rosenfeld[_2_] is offline
external usenet poster
 
Posts: 1,045
Default I would like a formula that

On Thu, 29 Sep 2011 13:34:04 -0700 (PDT), Skip wrote:

will print an answer Yes in a cell.
B1=8
C1=7
D1=6

If B1 is C1 and B1 is than D1 then answer Yes in A1.
Is this possible?

Any help is appreciated.
Skip



A1: =IF(AND(B1C1,B1D1),"Yes","")