Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
I have two columns of car data, 'A' is colour and 'B' is make. I want to set up a formula where if 'A1' is black and 'B1' is either Ford or Toyota it will show 'True' in cell 'C1'. Many thanks -- GLS |
#2
![]() |
|||
|
|||
![]()
=IF(AND(A1="Black",OR(B1="Ford",B1="Toyota")).True ,FAlse)
-- HTH ------- Bob Phillips "GLS" wrote in message ... Hi I have two columns of car data, 'A' is colour and 'B' is make. I want to set up a formula where if 'A1' is black and 'B1' is either Ford or Toyota it will show 'True' in cell 'C1'. Many thanks -- GLS |
#3
![]() |
|||
|
|||
![]()
Bob
Thanks for that. It worked great. GLS "Bob Phillips" wrote: =IF(AND(A1="Black",OR(B1="Ford",B1="Toyota")).True ,FAlse) -- HTH ------- Bob Phillips "GLS" wrote in message ... Hi I have two columns of car data, 'A' is colour and 'B' is make. I want to set up a formula where if 'A1' is black and 'B1' is either Ford or Toyota it will show 'True' in cell 'C1'. Many thanks -- GLS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OFFSET and array formulae | Excel Discussion (Misc queries) | |||
Time in formulae | Excel Worksheet Functions | |||
Formulae | Excel Discussion (Misc queries) | |||
Formulae to select periodic rows | Excel Worksheet Functions | |||
vlookup change column index position - without changing formulae | Excel Worksheet Functions |