Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I can't seem to figure out how to form an IF function that takes into account
values from more than one cell. E.g. is it possible to form an IF function which checks if the values in cells A1 and B1 are big enough and returns the value TRUE only if BOTH cells contain the correct value? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I believe this is what you are looking for
IF(And(A1x, B1x), result) Lorne Wilhelm wrote: I can't seem to figure out how to form an IF function that takes into account values from more than one cell. E.g. is it possible to form an IF function which checks if the values in cells A1 and B1 are big enough and returns the value TRUE only if BOTH cells contain the correct value? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wilhelm wrote:
I can't seem to figure out how to form an IF function that takes into account values from more than one cell. E.g. is it possible to form an IF function which checks if the values in cells A1 and B1 are big enough and returns the value TRUE only if BOTH cells contain the correct value? Hi Wilhelm, without any data... Try something like this: IF(AND(A1=5,B1=6),"True","False") Check on line help for AND and OR functions. -- Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I get Excel to determine the line curve formula without graph. | Excel Discussion (Misc queries) | |||
User-defined functions created in Excel 2000 fail in Excel 2003 | Excel Discussion (Misc queries) | |||
Database functions should use criteria in formula, as 1-2-3 does | Excel Worksheet Functions | |||
Visible rows and functions that work | Excel Worksheet Functions | |||
Confused about arrays and ranges in functions | Excel Worksheet Functions |