sharepoint: conditional formula for calculated field

Posted by fiuman007 on Stack Overflow See other posts from Stack Overflow or by fiuman007
Published on 2010-03-22T13:51:32Z Indexed on 2010/03/22 17:41 UTC
Read the original article Hit count: 754

hi all, i want to create a formula for change my value from EUR into USD.

FIELD1 (choice): EUR, USD
FIELD2 (number): amount in EUR or USD

Now, if USD is selected in FIELD1 following should happen: calaculate FIELD2*0,71 otherwiese the result is FIELD2.

FIELD3 (calculated): =IF(FIELD1="USD", (FIELD2*0,71), FIELD2)) 

When I use this formula I get error message: The formula contains a syntax error or is not supported.

Any idea? I´m using english version of WSS 3.0.

Thank you, fiuman007

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about calculated-columns