Hello
I have a worksheet that I want to add a formula to which will project dates based on a wording in a particular column.
So I have =IF(B2="One week",A2+7) or =IF(B2="Two weeks",A2+14) or if B2="One Month" then =EDATE(A2,1) or if B2="Three Months" then =EDATE(A2,3)
How can I include all the statements so the formula looks for each event and changes the date accordingly?
If there is a particular function I should be looking at can I be pointed in the right direction?
I have tried searching but cannot find exactly what I have described above
Many thanks
I have a worksheet that I want to add a formula to which will project dates based on a wording in a particular column.
So I have =IF(B2="One week",A2+7) or =IF(B2="Two weeks",A2+14) or if B2="One Month" then =EDATE(A2,1) or if B2="Three Months" then =EDATE(A2,3)
How can I include all the statements so the formula looks for each event and changes the date accordingly?
If there is a particular function I should be looking at can I be pointed in the right direction?
I have tried searching but cannot find exactly what I have described above
Many thanks