Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Charles,
You have had a couple of good answers already. In general, if a function or expression evaluates to TRUE/FALSE, you can convert it to 1/0 by multiplying by 1. So =A1=4 will return TRUE or FALSE depending on the value entered in cell A1, and =1*(A1=4) will return 1 or 0 based on the value in cell A1 That means that you can write =IF(A1=B1,1,0) or =1*(A1=B1) to show 1 or 0 if A1=B1 Ed Ferrero www.edferrero.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If a value is found return a true/false | Excel Discussion (Misc queries) | |||
Search for 2 true arguments and return true or false | Excel Discussion (Misc queries) | |||
Look up to return a true/false value | Excel Worksheet Functions | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
How do I return True False | Excel Worksheet Functions |