WRITE FORMULAS IN EXCEL

Hi guys, i hope you’re well.

In this moment i want to write the formula “=HOY()” in a cell, but when i use the follow step in Ui path and write the formula, in Excel appears as in the next capture:

What can i do to the formule appears in the correct way in excel? (without the error #¿NOMBRE?)

Srry for my english, im learning…

Thanks a lot

@johan.montalvo

Are you using excel activities or workbook activities?

You need to use excel activities only

Cheers

Look @Anil_G

Hi,

Can you try to use =TODAY() instead of =HOY()? It will be automatically converted to HOY().

image

Regards,

1 Like

Hi @johan.montalvo

Can you try using below formula in Write Cell:

"=TODAY()"

image

Check if your Excel is in Spanish, then “=HOY()” should be the correct formula. If your Excel is in English, then you should use “=TODAY()”. If you are using an older version of Excel, some functions might not be available. Check if your version of Excel supports the “=TODAY()” function. Ensure that the cell where you are writing the formula is formatted as General or Date, depending on your expected result.

Regards

This works. Thanks @Yoichi !!

1 Like

@johan.montalvo

If you just remove the string.Format() then also it would work

Cheers

1 Like

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