jonybandana
New Member
- Joined
- Dec 16, 2022
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
Hi everyone!
I have the following table:
I have this set up because I have to send minutes of our meetings at my job, and this makes the job of typing names and dates and saves me from typing "FORECAST" and "OWNER" a millon times every time I send a minute.
I also have a third column that concatenates everything, so I can just copy it over to work and will look like regular text, and it wont have "tab" characters between every "column", so it would look like this bulleted in Word:
I looked into text boxes, but they don't really work like that. Is there any way I would get something like this instead?
I have the following table:
Task | Owner | Date | Concat1 ("RESP" + Owner) | Concat2 ("FCST" + Date) | Concat3 (everything) |
Do something. | Greg | 24/10/2024 | Owner: Greg | Forecast: 24-10-24 | Do something. Owner: Greg Forecast: 24-10-24 |
Do this. | Mark | 1/11/2024 | Owner: Mark | Forecast: 01-11-24 | Do this. Owner: Mark Forecast: 01-11-24 |
Do that. | Jen | 15/1/2025 | Owner: Jen | Forecast: 15-01-25 | Do that. Owner: Jen Forecast: 15-01-25 |
I have this set up because I have to send minutes of our meetings at my job, and this makes the job of typing names and dates and saves me from typing "FORECAST" and "OWNER" a millon times every time I send a minute.
I also have a third column that concatenates everything, so I can just copy it over to work and will look like regular text, and it wont have "tab" characters between every "column", so it would look like this bulleted in Word:
- Do something Owner: Greg Forecast: 24-10-24
- Do this Owner: Mark Forecast: 01-11-24
- Do that Owner: Jen Forecast: 15-01-25
I looked into text boxes, but they don't really work like that. Is there any way I would get something like this instead?
- Do something Owner: Greg Forecast: 24-10-24
- Do this Owner: Mark Forecast: 01-11-24
- Do that Owner: Jen Forecast: 15-01-25