How to output strings with quote in them

Hello everyone,

I’m trying to write this expression into a single cell inside an excel file. But i’m having a problem as the formulas have quote in it which causes the studio to give me this error.
image

How can i solve this? I want the robot to enter formula =IF(D2>=F2),“In”,“On board”) :cold_sweat:

1 Like

@harizd
try this

“=IF(D2>f2,”+“”“in”“”+“,”+“”“on board”“”“+)”

2 Likes

Hi @rahatadi

Thank you for the solution :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.