#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default If Criterias

Hi
I need to put in the same cell 3 differents criterias
ex: in cell A1
if B1=0 then in A1 appears BAD
if B1C1 then in A1 appears NOT GOOD
in B1=C1 then in A1 appears GOOD
Thanks for help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If Criterias

=IF(B1=0,"BAD",IF(B1C1,"NOT GOOD",IF(B1=C1,"GOOD","result undefined")))
--
David Biddulph

"Ricardo" wrote in message
...
Hi
I need to put in the same cell 3 differents criterias
ex: in cell A1
if B1=0 then in A1 appears BAD
if B1C1 then in A1 appears NOT GOOD
in B1=C1 then in A1 appears GOOD
Thanks for help



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 178
Default If Criterias

you can also try the conditional formatting of that cell to the specific
values and return the outcome.

M

"David Biddulph" wrote:

=IF(B1=0,"BAD",IF(B1C1,"NOT GOOD",IF(B1=C1,"GOOD","result undefined")))
--
David Biddulph

"Ricardo" wrote in message
...
Hi
I need to put in the same cell 3 differents criterias
ex: in cell A1
if B1=0 then in A1 appears BAD
if B1C1 then in A1 appears NOT GOOD
in B1=C1 then in A1 appears GOOD
Thanks for help




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If Criterias

Could you explain that in more detail, please? If the OP isn't confused by
your reply, I certainly am. :-)
--
David Biddulph

"santaviga" wrote in message
...
you can also try the conditional formatting of that cell to the specific
values and return the outcome.


"David Biddulph" wrote:

=IF(B1=0,"BAD",IF(B1C1,"NOT GOOD",IF(B1=C1,"GOOD","result undefined")))


"Ricardo" wrote in message
...
Hi
I need to put in the same cell 3 differents criterias
ex: in cell A1
if B1=0 then in A1 appears BAD
if B1C1 then in A1 appears NOT GOOD
in B1=C1 then in A1 appears GOOD
Thanks for help



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
if statement with three different criterias? tom Excel Discussion (Misc queries) 7 February 3rd 07 04:33 PM
Sum If using 2 criterias Michael Excel Discussion (Misc queries) 10 January 4th 07 11:00 PM
Sumif with two criterias gibz Excel Worksheet Functions 3 July 19th 06 05:52 PM
2 criterias for countif - Greg Excel Worksheet Functions 1 June 23rd 06 07:39 PM
Countif, two criterias need help Axel Excel Worksheet Functions 12 April 30th 06 01:22 PM


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