anthonyenglish
New Member
- Joined
- Jan 17, 2005
- Messages
- 19
Hi, I've been asked to convert a load of old 123 files and found a formula that I'm not sure of. 123 has a function called Err. Looking at the help available, it's used to generate an error
Err : Returns an illegal value interpreted as ERRor.
For example, using the IF function, the formula =IF(G12<3,ERR,B2) returns ERR if the contents of G 12 are less than 3 and returns the contents of B2 otherwise. This can then be tested with the ISERR function.
I get how that works. But does anybody know that this is doing?
+ERR/@IF(H12="M",12,1)
or better still this....
@IF(@ISNUMBER(ERR),@IF(ERR="Y","rate of ","")&ERR&"% per annum","Retail Price Index"&@IF(ERR="LPI",", subject to a maximum of 5% per annum.","."))
I've literally no idea what these are trying to do!
Regards,
Tony
Err : Returns an illegal value interpreted as ERRor.
For example, using the IF function, the formula =IF(G12<3,ERR,B2) returns ERR if the contents of G 12 are less than 3 and returns the contents of B2 otherwise. This can then be tested with the ISERR function.
I get how that works. But does anybody know that this is doing?
+ERR/@IF(H12="M",12,1)
or better still this....
@IF(@ISNUMBER(ERR),@IF(ERR="Y","rate of ","")&ERR&"% per annum","Retail Price Index"&@IF(ERR="LPI",", subject to a maximum of 5% per annum.","."))
I've literally no idea what these are trying to do!
Regards,
Tony