View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default IF formula-simple question; simple operator

Try this in E1

=IF(A1="job",IF(COUNTA(B1:D1)<3,"Missing date",""),"This appears if Job
isn't in A1")


You don't specify what to do if A1 doesn't contain Job so this formula
displays
This appears if Job isn't in A1
You could simply leave emprt quotes and display nothing if you prefer.

Mike

"Rich D" wrote:

If the entry in A1 is "Job", and if any of the cells B1, C1, D1 are blank, I
want to return (in cell E1) the message "MISSING INFO". I know it's simple
but I'm missing something myself.

Thanks,
--
Rich D
Armstrong Custom Homes
Redmond