Excel - Write Cell Assitance

Hello,

I am using the activity Write Cell, however I’m having trouble getting the excel formula Proper to work. Here is a screen shot of my activity.

image

However when completing the action it’s grabbing the name and not the cell number.

image

Which is causing the error below:

image

Any thoughts on how I fix this? Thanks,

Hi @Tschultz

The first column value must be passed within the quotes since you are not passing the cell number for Proper function.

Try giving “=PROPER(”“”+CurrentRow.ByField(“Embossed Name”)+“”“)” in What to write

image

Hope this helps!

Hi,

Can you try to use ModifyText in advance, as the following?

Regards,

I tried what you had above but it didn’t work so I just played around with it and had success!
image
Thanks!

1 Like

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