2011 Sep 29 6:27 PM
Hi experts,
I need to write the several formulas inside some cells in Excel. Simple arithmetic like "=X1$Y$1" works fine, but i got fail with some built-in excel function. When i try to write formula which contains "ROUND" (f.e. "=ROUND(X1Y2;2)") or "VLOOKUP" (f.e. VLOOKUP(U9;W:Y;3;FALSE)) functions i receive SY-SUBRC = 3, and then cell is empty. But for example "=SUM(X1:X100)" works without any problem.
I use SET PROPERTY OF g_cell 'Formula' = form. I use Excel 2010.
What is the problem?
Thanks in advance.
Edited by: Vl89gm on Sep 29, 2011 7:30 PM
2011 Sep 29 6:47 PM
are you using semi colons between your parameters in the formula, rather than commas?
Hi experts,
I need to write the several formulas inside some cells in Excel. Simple arithmetic like "=X1$Y$1" works fine, but i got fail with some built-in excel function. When i try to write formula which contains "ROUND" (f.e. "=ROUND(X1Y2;2)") or "VLOOKUP" (f.e. VLOOKUP(U9;W:Y;3;FALSE)) functions i receive SY-SUBRC = 3, and then cell is empty. But for example "=SUM(X1:X100)" works without any problem.
I use SET PROPERTY OF g_cell 'Formula' = form. I use Excel 2010.
What is the problem?
Thanks in advance.
Edited by: Vl89gm on Sep 29, 2011 7:30 PM
2011 Sep 29 6:47 PM
are you using semi colons between your parameters in the formula, rather than commas?
2011 Sep 29 7:08 PM
You are genius. I changed ";" to "," in formulas and it works. Great thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |