I have a workflow that produces a monthly excel file and every day it appends a worksheet. The worksheet names are dates so if I run the report today it will append a worksheet named yesterday's date. I want to be able to pull this worksheet as input when I run the report again tomorrow so I can roll forward some of the amounts. Is there any way to dynamically select the last worksheet in the file each day?