Hi
This is not working for me hoping someone can help me please?
This fr
=IF(NOT(CONTAINS("Fit", Description@row)), (OR(IF(AND(Description@row = "To Aim spraypainters", [Install/Pickup date]@row < TODAY()), [Install/Pickup date]@row), IF(CONTAINS("Install", Description@row), (VLOOKUP([Job Number]@row, {Factory QC Signoff Range 1}, 7, false))))), " ")
I am trying to look at the lines that do not contain "Fit" in the description column. Then that the date in the cell is determined by two groups of choices:
1) Description = To Aim spraypainters AND the date or Install/Pickup date is less than today - to then make the date = the Install/Pickup date
2) Description contains Install to then look up another cell in another sheet (and match the Job Number) then put in the date from the 7th column.
IF neither of the two options above match to then make the date cell blank.
Any help would be gratefully received.
Thank you Tracey