I'm trying to work out a nested IF function that is working as it should and shows Pass or Fail, the below formula is in cell I11
=IF((AND(B11<=C8-7,H11="no")),"Fail","Pass")
However I need it to always reference to C8 as that is todays date, when I drag the formula down to other cells this updates (as you would expect) to C9, C10, etc.
Is there any way to keep it on C8?
Also is it possible to add to the IF function to leave I11 blank if B11 is blank, currently I can only get it will show as "Fail"?
=IF((AND(B11<=C8-7,H11="no")),"Fail","Pass")
However I need it to always reference to C8 as that is todays date, when I drag the formula down to other cells this updates (as you would expect) to C9, C10, etc.
Is there any way to keep it on C8?
Also is it possible to add to the IF function to leave I11 blank if B11 is blank, currently I can only get it will show as "Fail"?