Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ellebelle
 
Posts: n/a
Default IF equals this OR this

I want a function in cell A1 that writes 'X' if cell D1 equals the value in
either cell E1 or E2.
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=if(or(d1=e1,d1=e2),"X","")

"ellebelle" wrote in message
...
I want a function in cell A1 that writes 'X' if cell D1 equals the value in
either cell E1 or E2.



  #3   Report Post  
swatsp0p
 
Posts: n/a
Default


try this in A1:

=IF(OR(D1=E1,D1=E2),"X","")


Good Luck

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=384537

  #4   Report Post  
moi
 
Posts: n/a
Default

=IF(OR(D1=E1,D1=E2),"X","None of them")

"ellebelle" schreef in bericht
...
I want a function in cell A1 that writes 'X' if cell D1 equals the value in
either cell E1 or E2.



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
custom filter does not work when selecting 'equals' X AND 'equals' plindman Excel Discussion (Misc queries) 1 June 1st 05 11:29 PM
Countif Text equals the same tamato43 Excel Discussion (Misc queries) 1 March 31st 05 01:24 AM
Equals function Natalie Excel Worksheet Functions 4 March 17th 05 05:28 PM
have cell display the word balance when a equals the same amount a jenniss Excel Discussion (Misc queries) 8 February 6th 05 05:06 PM
Can I change the Insert Function button to an equals sign? Jokeyjojo Excel Discussion (Misc queries) 1 January 17th 05 05:45 PM


All times are GMT +1. The time now is 12:32 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"