View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Search for 2 true arguments and return true or false

Perhaps in F2, copied down:
=IF(AND(COUNTBLANK(A2:D2)=0,E2=0),"Error","OK")


Better to make it in F2 as:
=IF(AND(COUNTBLANK(A2:D2)=0,E2=0, E2<""),"Error","OK")

(added test: E2<"")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---