if cell a2 = dave and b2 = accept then divide c2/d2*100 and I want this to run on every row in the colum so a2:a132 etc

=IF(AND(A2="dave",B2="accept"),C2/D2*100"",)

And copy down to row 132. The cell references will auto-adjust.

Regards