いつもお世話になっております。
セルに書き込みアクティビティを使用して: “=if(“ファイルのフルパス”!I49<>”“,“同じファイルのフルパス”!I49,”")"と入力したいのですが、以下のエラーで書き込むことが出来ません。
申し訳ありませんが、どなたか解決方法をご教示いただけないでしょうか。
を書き込もうとしているデータの形式が間違っているか、Excel がビジー状態です。データが式である場合は、パラメーターの区切り記号としてコンマを使用していることをご確認ください。また、値の編集中ではなく、ダイアログ ウィンドウがすべて閉じていることをご確認ください。
Hi @ml.system
Have you tried by writing the formula manually in the excel, Check whether expected output is getting or not.
Try with the below one
=IF('Full path of file'!I49<>"",'Full path of the same file'!I49,"")
Hope it helps!!
@ml.system,
It seems your formula is incorrect. The full filepath should have the Sheet name also like this.
=IF([Book1]Sheet1!$A$2<>"","Full path,""")
Thanks,
Ashok 
式に記述している""が消えてしまっているのと、フルパス内に変数が格納されています。
その場合の記述式を教えて頂けますか?
@ml.system,
If that’s the case, use one Assign activity and assign this formula paring code to it. This will give you actual values filled in the formula. Now pass this variable with values to your write cell or any activity you are using.
Thanks,
Ashok 