Trying to figure out a way to assign data table rows as Excel formulas. When I read an Excel sheet, store the DT, go through for each row in data table, assign the formula… When I write it back to the Excel sheet, the formula is there, but the value doesn’t show in the cell.
Only the formula itself appears in the cell, not the result. If I hover over the formula, that is correct.
Hi @Anil_G - I am using Workbook activities to read the sheet. We don’t have the Excel app as a company, we use GDrive. GDrive lets you upload Excel sheets.
I’m trying to do everything in a data table, then write the whole thing back to the locally stored Excel sheet, then upload that to Gdrive.
Yes, substring would solve this issue, but I have several different formulas to use in this sheet. I wanted to try this one first before I spent a lot of time on the others.