OK, working on a Excel workbook, in one cell I have todays date(E1). In another cell it will have either "NP" or "P"(J1).
Depending on the response put in J1 I need a return in J2.
What I need is that if "J1= NP" then "J2" = "E1+10"
or if "J1= P" then "J2" = "E1+3"
I do not want "E1" to update every time the workbook is opened.
Depending on the response put in J1 I need a return in J2.
What I need is that if "J1= NP" then "J2" = "E1+10"
or if "J1= P" then "J2" = "E1+3"
I do not want "E1" to update every time the workbook is opened.