Hello,

I was wondering if there was a way to auto fill formula where several cells change but one stays the same (see example below)

=IF(AND(G12="YES",D12<A2,F12="YES"),"CHECK NEEDED","")
=IF(AND(G13="YES",D13<A2,F13="YES"),"CHECK NEEDED","")
=IF(AND(G14="YES",D14<A2,F14="YES"),"CHECK NEEDED","")

i need the part that refers to A2 to stay the same and the rest to increase with the row. I know I could change it manually but basically i am to lazy so I thought i would ask.

Thanks

Matt