Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use two logical conditions in writing an
IF,THEN,ELSE formula in Excel that does the following: IF (C500C499) OR (O500C500) THEN SET IT TO 0, OTHERWISE DO THE FOLLOWING (C500-O500)*30. Here's the formula that I've used but it doesn't work: =(IF((C500C499)OR (O500C500)),0,(C500-O500)*30) The bottom line is that I'm not sure how to use the OR function. Can anyone tell me what I'm doing wrong? Thanks for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |