Thread: Use of "AND"
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Use of "AND"

Here's an example:

=IF(AND(A10,B10),"Positive","not valid")

Both A1 and B1 have to be greater than 0 to get "positive".

Hope this helps.

Pete

On Feb 23, 6:47*pm, Wally wrote:
How do i use "AND" in an if statement on Excel worksheet?