Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(AND(B1<"",C1="",D1<""),TRUE,"") -- Biff Microsoft Excel MVP "hilltop55" wrote in message ... Hi, works, now if you can answer this one it would be great, how do i adjust the formula to return only "true" and not the word false? Jim "T. Valko" wrote: Maybe something like this: =AND(B1<"",C1="",D1<"") Copied down as needed. -- Biff Microsoft Excel MVP "hilltop55" wrote in message ... I need a formula, (not sure if if(countif()) is the right one. I have column data to look at. I put a filter on column c (blanks) and I need to find records where there are rows inwhich cells in both column b and d are not null. for example B1 = blue C1 is null D1 = yellow then the formula would return true. because the cells in B and C are not null. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if formula return true value | Excel Discussion (Misc queries) | |||
Formula to return a true blank | Excel Worksheet Functions | |||
Search for 2 true arguments and return true or false | Excel Discussion (Misc queries) | |||
Easy formula to return a true or false | Excel Worksheet Functions | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions |