Forum Discussion
Kevin_Cub
Nov 23, 2022Copper Contributor
Formula or formatting to combine updatable date and text into a cell
Hi, I am looking for the formula or formatting to combine updatable date and text into a cell Cell D6 - Input start date 22-Nov Cell F6 - Calculate Completion Date plus weekends, extra days (E6) an...
- Nov 23, 2022
="Complete "&TEXT(F6,"DD-MMM")
You can try this formula which seems to return the intended format.
Kevin_Cub
Nov 23, 2022Copper Contributor
Perfect that works, Thanks!