Re: [R] Writing a formula to Excel

2016-06-30 Thread Jim Lemon
Hi, I don't have excel.link, but have you tried: "=G9*100/G6\n" Jim On Thu, Jun 30, 2016 at 10:34 PM, wrote: > Hi All, > > I am using excel.link to work seemslessly with Excel. > > In addition to values, like numbers and strings, I would like to insert a > full

[R] Writing a formula to Excel

2016-06-30 Thread G . Maubach
Hi All, I am using excel.link to work seemslessly with Excel. In addition to values, like numbers and strings, I would like to insert a full operational formula into a cell. xlc["G14"] <- print(paste("=G9*100/G6"), quote = FALSE) The strings is put into the cell, but the cell is not