I have hit a wall on this if statement. I have a bunch of items to choice from in F and based off of those must add a certain number of days to date in H with output to I. I have gotten it to do this so far by the below formula, but if there is a value in F but no date in H it gives a date that is wrong. I would like to add an option that if H is blank output is nothing.


=IF(OR(F2="T3",F2="T3R",F2="NACLC", F2="ANACI"),(H2+3558),IF(OR(F2="SSBI",F2="PPR",F2="SBPR",F2="T5",F2="T5R"),(H2+2098)))