View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mary-Anne Mary-Anne is offline
external usenet poster
 
Posts: 18
Default IF AND functions

Hi, I'm trying to create an answer using a combination of "and" and "if"
statements for a number of cells - without success. I've done the following
formula =IF(AND(AA2="p",(Q2="0"),(U2="0"),(T2="nil")),0,Q2 ). Can anyone help
me with what I'm missing to make the formula look for the "true" or "false"
result across the 4 cells? Thanks