Hi,
I would like to inset an Excel equation with the putexcel syntax from Stata. The equation ist: =If(E2<$I$1;"yes";"no")
I tried:
putexcel A1=("=If(E2<$I$1;"yes";"no")")
but Stata thinks that "yes" and "no" is some string informationen. How can I write the putexcel command to exactly put in the equation in Excel from Stata?
-Nick
I would like to inset an Excel equation with the putexcel syntax from Stata. The equation ist: =If(E2<$I$1;"yes";"no")
I tried:
putexcel A1=("=If(E2<$I$1;"yes";"no")")
but Stata thinks that "yes" and "no" is some string informationen. How can I write the putexcel command to exactly put in the equation in Excel from Stata?
-Nick
Comment