Ok, I am stuck. I have an attendance tracker that I am trying to add a "clean slate" into my formula. I have the following formula in D6 (down),
. So currently, D6 (down) will change to 0 at 12 months. I need to add another qualifier, that will return "0" in all cells above a new entry if it has been 120 days or more. For example, row 13 to row 14 is greater than 120 days, so rows 6 thru row 13 need to be "0". Thank-you all in advance for your help.
Excel Formula:
=IFERROR(IF(F6<=0,"",VLOOKUP(C6,'Attendance Lang'!$A$2:$C$9,3,FALSE)),"")