Hi ,
I'm quite new to Smartsheet and have been playing around with it,
I recently created the following workflow to "sort of" import a formula when another column gets updated
the idea behind this , is to update a cell after the new size has been added.
it seems to work to some extent how ever it leaves a ' before the formula , and I have to manually remove it.
My 1st thought was to create a formula where if the Colum is blank it mustn't do anything and only update when the new size is entered.
IF(ISBLANK(Mailbox Size after Archive(GB) (WHOLE NUMBER)@row), "",=[Mailbox Size after Archive (GB) (WHOLE NUMBER)]@row
Kind Regards
Brandon Austin