I’m trying to write this formula in excel Cell: “=IF(OR(V2<W2,W2=”“GA”“),V2,W2)”
When i do it manualy it works just fine, however when i use a write cell activity it adds @ at the beggining make it look like: “=@IF(OR(V2<W2,W2=”“GA”“),V2,W2)” and with this, it doesn’t work.
I faced this exact problem yesterday…
We found out that it doesn’t make a difference if we use write cell or write range activity.
We also found a workaround for us:
If we try to insert our excel formula in our local language e.g “=WENN(INDIREKT…”
UiPath will add “@” to each function…
However, if we insert the formula in English eg. “=IF(…”
Uipath doesn’t add “@” for us.
It seems as UIPath tries to parse the input before inserting it in Excel and there seems to be a bug… When inserting the English version it doesn’t parse the input and just copies it in.
Correct me if I am wrong?
Furthermore, we also faced problems with the Type Into activity in Excel.
It doesn’t work for us at all! It’s inserting strings not where it is supposed to.
The selector is fine!
We used the latest version.
Changing versions doesn’t affect the behavior.