Hello,
I feel silly for asking this, so I hope this is easy. I cannot find a simple answer on this anywhere. Every question I read date ranges is about some complicated calculations with other data etc..
I simply want to have a formula that either combines two dates to show a range or calculate a range based on just adding 2 weeks. I have two columns that have a date and simply want to create a column that shows "dd/mm/yy - dd/mm/yy" with the second date being two weeks from the first date.
I have already created the second column to be =[XX Date]@row + 14. But I can't seem to get these two dates to simply just show a respective range in a third column. If I select the two columns and use the "-" symbol between it does a calculation instead. I have also tried =TEXT([XX Date]@row - [XXX Date]@row) but it doesn't work either.
Do I need to take it out of a date format and just use text? Any help with this would be appreciated as I can't seem to find the right formula to make this look like an actual range of dates.
Thanks in advance!