View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Multiple ifs, and ands, and are not working

What errors are you getting?

Note that you have an = sign between your third and fourth IF statements.
Perhaps that's the source of the problem.

Dave
--
Brevity is the soul of wit.


"A.R.J Allan Jefferys" wrote:

Hello again.

=IF(AND(H10=3,I10=1),B22,"")*IF(AND(H10=4,I10=0),E 22,"")*IF(AND(H10=4,I10=1),D22","")=IF(AND(H10=4,I 10=2),F22,"")*IF(AND(H10=4,I10=0),G22,"")*IF(AND(H 10=4,I10=1I22","")

Can This be done or is it a pipe dream

Thanks Allan