
@Amanda_Hatte
welcome to the forum
Unfortunate we dont know the value of the IPC variable
the issue is that a string is provided but a double is expected
Also the IF function expects an else case
when the value of IPC is a valid number in string then try following
IF(CDbl(IPC) > 0, CDbl(IPC)/100+1.3, PROVIDE-HERE-THE-ELSE-VALUE).toString
Thanks for answering.
what is “CDbl”??
attached the value of the IPC. The value is taken from the web with a table extraction.
CDbl is a conversion method bringing a string (when value is valid) into a number:
last two lines showing some fails
Have a look on the IF Function:
Kindly note: a number format e.g from European countries we parse the strings like the following:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.