Hello, I have a spreadsheet that I developed on a Windows 7 computer, with an English OS and Swiss German keyboard. Regional settings are for Swiss German keyboard and number format. This file is shared amongst a large group of people around the world.
In it, there is a range with a simple formula:
If the regional settings of the computers are set to anything other than Swiss German, the users get a #Value error. I can't for the life of me figure out why this is the case.
...any help is appreciated.</c31-b31;d31>
In it, there is a range with a simple formula:
Code:
<c31-b31;d31>=IF(ISBLANK(D31);"";IF(OR(D31 < C31-B31;D31 > C31+B31);"Fail";"Pass"))
...any help is appreciated.</c31-b31;d31>