I have created a formula : =IF(ISBLANK(INDEX({Status}, MATCH([PRO ID]@row, {PRO Id}, 0), MATCH([PRO Name]@row, {Project Name}, 0))), INDEX({Submitted Date}, MATCH([PRO ID]@row, {PRO Id}, 0), MATCH([PRO Name]@row, {Project Name}, 0)), ""). This works for me on the first row and i converted this to column formula. But from 2nd row this formula does not work it shows invalid value. Can anyone help me here?