View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
hilltop55 hilltop55 is offline
external usenet poster
 
Posts: 8
Default Formula To Return True

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.