Help explain, EXCEL function of usage, there are accessories.
Users questions: The function of the conditions of the formula: = B3 =** MID ($ H $ 1, COLUMN () -1,1) MID front of the two "**" is used for? Back, COLUMN () -1, is What does it mean?
Experts answer: explained: 1, B3, the formula "=** M ID ($ H $ 1, COLUMN () -1,1) "means: Take H1 string, the first one started a total of a specified character. 2, MID ago "**", is to get the character change to digital format. 3, COLUMN (), is listed in their cell number, in B3, The column number is 2, then the COLUMN () -1 = 1. 4, at C3, the formula "=** MID ($ H $ 1, COLUMN () -1,1)" means is: Take H1 string , No. 2 started a total of a specified character in the other and so on.