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

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.