Please help.
I'm outputting a list of information to excel. I want to add a total to a couple of column in the Excel Spreadsheet.
What I thought I would need to do is output the data and then add the Totals (or a formula) to the appropriate specific cell in the Excel spreadsheet
I've researched referencing a specific cell but what I see isn't working for me.
Example = I have a field with the file name "C:\Users\name\Documents\test.xlsx|||Sheet 1" and I "Change Entire File Path" with this field. It writes this out correctly.
But when I add the cell ref to it like this "C:\Users\name\Documents\test.xlsx|||Sheet 1$B2:B3" like I see in all the examples.....I just get another tab in the spreadsheet name "Sheet 1$B2:B3" instead of B2:B3 being updated on Sheet 1.
What do I have wrong?