How to apply formula in excel

hello,
i need to apply one formula in excel
=IF(C2=“”,A2&““&B2,A2&””&B2&“_”&C2)

for one of the column how can i appply?
please help me on same.

@Mathkar_kunal

Please try this in write cell formula activity

"=IF(C2="""",A2&""*""&B2,A2&""* ""&B2&""_""&C2)"

Cheers

ok i will try.

1 Like

if i am writing as string giving error.
help me on same how to write.
this is the formula mwntioned in image

https://forum.uipath.com/search?q=excel%20formula

@Mathkar_kunal

If there are double quotes in string escape them
By having one mor wdpuble quote

Cheers

can you write here same with quote

@Mathkar_kunal

Try this

"=Concatenate(A2,""_"",B2,""-"",C2)"

Cheers

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