G Guest Mar 28, 2007 #2 Try this: =SUM(IF(RIGHT(C6:C9,1)="1",D69,0)) This is an array formula and should be entered with CTRL-SHIFT-ENTER instead of just Enter. If done properly, the formula should be surrounded by { } Or, another option: =SUMPRODUCT(--(RIGHT(C6:C9,1)="1",(D69)) HTH, Elkar
Try this: =SUM(IF(RIGHT(C6:C9,1)="1",D69,0)) This is an array formula and should be entered with CTRL-SHIFT-ENTER instead of just Enter. If done properly, the formula should be surrounded by { } Or, another option: =SUMPRODUCT(--(RIGHT(C6:C9,1)="1",(D69)) HTH, Elkar