Good afternoon! I'm working on a formula for Column C to add days to the start date based on the type. Below is the formula I'm trying to use. It works perfectly when the type = "Testing", however, I'm not getting a "N/A" result when the type equals "Monitoring". Can someone take a look at this for me and let me know where I'm messing up?
FORMULA USED:
=IF(B2="","",IF(A2="Testing",B3+3,"N/A"))
DATA:
[TABLE="width: 289"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Start Date [/TD]
[TD]Milestone 1[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]Testing[/TD]
[TD][/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Monitoring[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Testing[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Monitoring[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
</tbody><colgroup><col><col><col><col></colgroup>[/TABLE]
FORMULA USED:
=IF(B2="","",IF(A2="Testing",B3+3,"N/A"))
DATA:
[TABLE="width: 289"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Start Date [/TD]
[TD]Milestone 1[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]Testing[/TD]
[TD][/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Monitoring[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Testing[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
[TR]
[TD]Monitoring[/TD]
[TD]1/1/2018[/TD]
[TD] [/TD]
[TD]1/30/2018[/TD]
[/TR]
</tbody><colgroup><col><col><col><col></colgroup>[/TABLE]