Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のExcelでは、使用する必要がありますif(a=b;1;0)。
if(a=b;1;0)
でも使いたいif(a=b,1,0)。
if(a=b,1,0)
どうすれば変更できますか?
私のOSはMac OSです。
地域設定を変更してみてください。Mac OSでどのように行われるのかわかりません。それを確認し、リストの区切り記号を「;」から変更します に "、"