View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
A.R.J Allan Jefferys A.R.J Allan Jefferys is offline
external usenet poster
 
Posts: 2
Default Multiple ifs, and ands, and are not working

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