- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Dates and Fortnights
Good afternoon
I have a date table set out in File : capture where I have the start date and end date. Then end date to match periods."FNE"
This is on one table 1
On table 2 I have a "shift start date".
I need to have a colum on Table 2 that returns;
if Shift start date is between start date and End date , return FNE date.
Can you assist please?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Babycakes , Assume you have table 1 and table 2
a new column in table 2
Maxx(filter(Table1, Table2[Shift start Date] >= Table1[Start Date] && Table2[Shift start Date] >= Table1[end Date] ), Table1 [FNE])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Babycakes , Assume you have table 1 and table 2
a new column in table 2
Maxx(filter(Table1, Table2[Shift start Date] >= Table1[Start Date] && Table2[Shift start Date] >= Table1[end Date] ), Table1 [FNE])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
11-29-2023 03:24 PM | |||
11-28-2023 10:37 PM | |||
Anonymous
| 02-26-2020 01:46 PM | ||
Anonymous
| 07-13-2022 04:57 AM | ||
03-08-2023 11:13 PM |
User | Count |
---|---|
137 | |
107 | |
85 | |
59 | |
46 |