Change end date
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all!
I have this input file:
col1 col2 col3 col4 col5
row1 MAN 0QQ31 0,36000 2020-07-02
row2 MAN 0QQ31 01-07-2020 0,36000 2020-07-01
row3 MAN 0QQ31 04-06-2020 0,36000 2020-06-04
row4 MAN 0QQ31 07-04-2020 0,36000 2020-04-07
row5 MAN 0A28TY6 0,90000 2020-07-02
row6 MAN 0A28TY6 01-07-2020 0,90000 2020-07-01
I want to change for the last data into col2 the col5 into a fake date (eg. 01/01/1999). So row4/col5 should be 01/01/1999 and row6/col5 should be 01/01/1999.
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Istwineres ,
You specifically need those two values to be 01/01/1999 or you need the two last rows to get this value in col5 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, those 2 cells have to be filled with the fake date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No, row4 and row6 have to be changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My bad, misread. You only have to change 5 to 4 in the condition in the formula tool !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Unfortunately the input file was just an extract and the solution have to be dynamic, I don't know how many records for col1 will be present |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So dynamically, which records need to be changed ? The last and the one two rows before ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The last one for each different record based on col1 and col2 so in the example row4 and row6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
