Please help me with below formula:
=IF(G2="HOLD",F2+52,IF(G2="SUBMITTED",H2+45)).
I want formula to change only for Hold & to be Submitted condition. For rest conditions like Awaiting CTC,Cancelled,Clearing Conditions etc the formula should show the hold or submitted condition dates as per the conditions.
G2 column has various conditions, F2 Columns has Date Received & H2 Columns has Date Submitted date.
=IF(G2="HOLD",F2+52,IF(G2="SUBMITTED",H2+45)).
I want formula to change only for Hold & to be Submitted condition. For rest conditions like Awaiting CTC,Cancelled,Clearing Conditions etc the formula should show the hold or submitted condition dates as per the conditions.
G2 column has various conditions, F2 Columns has Date Received & H2 Columns has Date Submitted date.