Hello People
Someone created a program in excel 2003 and an earlier version of excel. Since we have updated to Excel 2007 and in some case updated excel 2003 to Service Pack Level 3 we are getting the following error
The formula you typed contains an error.
For information about fixing common formula problems clcikk help
To get assistance ion entering a function, click ok, then click function on the insert menu
If you are trying to enter a formula, avoid using an equal sign (=) or minus sign (-), or precede it with a single quotation mark (‘)
The error is occurring here where a” –“(Minus) sign precedes the output with text
This is the result that the above statement should produce:
-0.07 -->Out of Spec R7BA773FAVD
Anyone have any idea what needs changing to eliminate the error?
Thanks
Mo
Someone created a program in excel 2003 and an earlier version of excel. Since we have updated to Excel 2007 and in some case updated excel 2003 to Service Pack Level 3 we are getting the following error
The formula you typed contains an error.
For information about fixing common formula problems clcikk help
To get assistance ion entering a function, click ok, then click function on the insert menu
If you are trying to enter a formula, avoid using an equal sign (=) or minus sign (-), or precede it with a single quotation mark (‘)
The error is occurring here where a” –“(Minus) sign precedes the output with text
Code:
=FORMULA(TEXT(V_Out_Of_Spec,"0.00") &"-->Out of Spec "&V_MP_Alias,ACTIVE.CELL())
This is the result that the above statement should produce:
-0.07 -->Out of Spec R7BA773FAVD
Anyone have any idea what needs changing to eliminate the error?
Thanks
Mo