Skip to main content
I am setting cell formula using excel advance package, but my cell formula has $ in it and its showing error in automation anywhere. How to set cell formula using $ in excel formulas?

Hi @sangam nath​ ,

 

Dollar signs are treated as variable initializations, so to use dollar signs, you have to escape it by adding another one i.e.

 

=$$A$$1+A2

 

Kind Regards,

Ashwin A.K


Reply