Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Find it hard to believe that Excel doesn't have the exlusive OR funcion. I need something to say either A or B but NOT both. I suppose can write a longer formula to achieve this but.... ![]() -- LSB M ------------------------------------------------------------------------ LSB M's Profile: http://www.excelforum.com/member.php...o&userid=36258 View this thread: http://www.excelforum.com/showthread...hreadid=564591 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =IF(A1="No","GoodBye",IF(A1="Yes","Hello","")) you mean something like this?? -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=564591 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"davesexcel" wrote
in message ... =IF(A1="No","GoodBye",IF(A1="Yes","Hello","")) you mean something like this?? No. The exclusive OR function is =AND(OR(A1,B1),NOT(AND(A1,B1))) -- David Biddulph |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No explicit function but you can always make up one
=IF(COUNTIF(A1:B1,"X")=1,TRUE,FALSE) returns TRUE if and only if there is one X in the range. -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "LSB M" wrote in message ... Find it hard to believe that Excel doesn't have the exlusive OR funcion. I need something to say either A or B but NOT both. I suppose can write a longer formula to achieve this but.... ![]() -- LSB M ------------------------------------------------------------------------ LSB M's Profile: http://www.excelforum.com/member.php...o&userid=36258 View this thread: http://www.excelforum.com/showthread...hreadid=564591 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |