In my Excel, I have to use if(a=b;1;0) .
if(a=b;1;0)
But I want to use if(a=b,1,0) .
if(a=b,1,0)
How can I change it?
My OS is Mac OS.
Try changing your regional settings. I'm not sure how to do this on Mac OS. Check it out and change the list separator to ";" on ","
It is tied to the OS language setting. If you change it at this level, it will also be changed in Excel.
Source: https://habr.com/ru/post/1493809/More articles:Iterate between two dates in C # - c #to assign a structure with char array inside using "="? - cUnable to change Apache port number in Xampp - apacheHow to do all the free space - htmlhow to find if a string contains numbers followed by a specific string - javaHow to check which gemset rbenv is used? - ruby ââ| fooobar.comBinding a DataGrid Column DataTemplate with an attached property - wpfUIImageView set to imageWithData ignores contentMode - iosSelect2 and Ember.js - unable to set initial value - ember.jsSpecifying the target screen of a single JOptionPane - javaAll Articles