Append range workbook changes =TODAY()+14 function

I have Excel file in which i collect information in a certain format.
That file is moved to another Excel file with append range.
One cell needs to have Excel function =TODAY()+14, but append range changes it to date.
This would be okay, but that another Excel collection will be processed later and it needs to have that =TODAY()+14 function.

@MarkusI,

Append Range will write plain text values. If you want to keep the formula, you will have to use excel scope and update the cell formula accordingly.

Thanks,
Ashok :slight_smile:

2 Likes

That works, but we would like to make our process without Excel activities because it makes automation process slower and we need license for our server. But if it is only way to make this process work, then we just have to live with that. :slight_smile:

Thank you for your answer!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.