Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan Davies
 
Posts: n/a
Default Double IF - is this possible

How do i create an IT Statement that is a bit like
=IF(j3="ABCD"or"EFGH",1,0)

The cell j3 can contain a number of differnt variants of what i am trying to
count in this statment

TIA


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bondi
 
Posts: n/a
Default Double IF - is this possible

Hi Alan,

Maybe you can use something like this:

=IF(OR(J3="ABCD",J3="EFGH"),1,0)

Regards,
Bondi

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
wahur
 
Posts: n/a
Default Double IF - is this possible


=IF(OR(j3="ABCD";j3="EFGH");1;0)

Wahur


--
wahur
------------------------------------------------------------------------
wahur's Profile: http://www.excelforum.com/member.php...o&userid=26555
View this thread: http://www.excelforum.com/showthread...hreadid=542832

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Double IF - is this possible

=IF(OR(J3={"ABCD","EFGH"}),1,0)

or

=--OR(J3={"ABCD","EFGH"})


--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Alan Davies" wrote in message
...
How do i create an IT Statement that is a bit like
=IF(j3="ABCD"or"EFGH",1,0)

The cell j3 can contain a number of differnt variants of what i am trying

to
count in this statment

TIA




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
Add excel horizontal & vertical ruler snbahri Excel Worksheet Functions 8 December 1st 06 07:18 PM
Double accounting underline Jessee New Users to Excel 1 May 8th 06 06:23 AM
Double Underline / Bottom Border Rose Excel Discussion (Misc queries) 1 February 13th 06 09:49 PM
Double clicking in a Pivot Table, Please HELP marko Excel Discussion (Misc queries) 3 December 27th 05 07:52 AM
Calculating p-value from Fisher's Exact Test Ian Smith Excel Worksheet Functions 1 September 28th 05 08:00 PM


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