Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Need help with IF command

Hi!

I would like to do something like:

IF(B3=8 and C3=8;1;0)

if (B3 is equal or bigger than 8 and c3 is equal and bigger than 8) this is
true give me 1 otherwise 0. How do I write that?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Need help with IF command

Try this

=IF(AND(B3=8,C3=8),1,0)

Mike

"Tobias" wrote:

Hi!

I would like to do something like:

IF(B3=8 and C3=8;1;0)

if (B3 is equal or bigger than 8 and c3 is equal and bigger than 8) this is
true give me 1 otherwise 0. How do I write that?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Need help with IF command

another

=AND(B3=8,C3=8)+0

Mike

"Tobias" wrote:

Hi!

I would like to do something like:

IF(B3=8 and C3=8;1;0)

if (B3 is equal or bigger than 8 and c3 is equal and bigger than 8) this is
true give me 1 otherwise 0. How do I write that?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Need help with IF command

And yet another: =(B3=8)*(C3=8)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Tobias" wrote in message
...
Hi!

I would like to do something like:

IF(B3=8 and C3=8;1;0)

if (B3 is equal or bigger than 8 and c3 is equal and bigger than 8) this
is
true give me 1 otherwise 0. How do I write that?




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
Pivot Table Error Message - "Command Text not set for command obje Jeff Divian Excel Discussion (Misc queries) 0 November 7th 07 10:26 PM
If Command MCrum Excel Discussion (Misc queries) 5 August 29th 05 05:08 PM
Command Derrick Robinson Excel Worksheet Functions 3 May 31st 05 02:19 AM
Map command suemkay Excel Discussion (Misc queries) 1 January 19th 05 05:56 PM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM


All times are GMT +1. The time now is 08:28 PM.

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"