Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if statement with three different criterias? | Excel Discussion (Misc queries) | |||
Sum If using 2 criterias | Excel Discussion (Misc queries) | |||
Sumif with two criterias | Excel Worksheet Functions | |||
2 criterias for countif - | Excel Worksheet Functions | |||
Countif, two criterias need help | Excel Worksheet Functions |