OK, I am really struggling with this one!
In column A “Course date” I have a course date (easy so far right)
In column B “Qualification duration” I have a number of years (this varies according the course) and is looked up from another table
In column C “Expiry” I want it to add “Qualification duration” to “Course date” in order to get a new date but I just cannot get it to work. The formula I have is:
- DATEADD({Course date},{Qualification duration},‘years’) but this just returns the same date
If I just enter a number into the formula instead of a cell reference it works fine but as i said earlier, this varies by each qualification so needs to looked up.
What am I doing wrong?
Any help greatly appreciated