Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default if conditions, and statements

I am having trouble creating "and conditions" and "if conditions". can anyone
help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default if conditions, and statements

In general

'AND() returns true only if all conditions are satisfied
=IF(AND(condition1,condition2,...), TRUE statement, FALSE statement)

'OR() returns true if any one of the condition is met
=IF(OR(condition1,condition2,...), TRUE statement, FALSE statement)

Example of a condition would be say
IF(AND(A1=1,A1<=10),"Cell A1 between 1 and 10","Outside the range 1-10")

If this post helps click Yes
---------------
Jacob Skaria


"Cinnabonns" wrote:

I am having trouble creating "and conditions" and "if conditions". can anyone
help?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditions in if statements Roy Gudgeon[_2_] Excel Discussion (Misc queries) 1 June 30th 08 01:43 PM
Multiple conditions and IF Statements [email protected] Excel Discussion (Misc queries) 4 January 18th 08 06:54 PM
IF statements and conditions Maliya9 Excel Worksheet Functions 4 January 12th 07 03:46 PM
If statements and conditions - again!! new prob Maliya9 Excel Worksheet Functions 2 January 6th 07 02:07 PM
Sum if statements with conditions La Donna Excel Worksheet Functions 2 June 20th 05 01:14 PM


All times are GMT +1. The time now is 12:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"