Created attachment 198024 [details] screenshot of default font in formula bar When entering long multi-line formulas into the formula bar (after it has been expanded) it would be helpful if the formula could be displayed in a monospace font, such that syntax could be aligned for easier comprehension) By allowing the selection of the font and font size used, people would be able to customize the formula bar to their requirements. eg of formula which is more readable if font is monospace. = SUMIF( tmpallocaggregatews.d$4:D$22, C3, tmpallocaggregatews.c$4:C$22 ) + SUMIF( tmpallocaggregatews.i$4:I$25, C3, tmpallocaggregatews.h$4:H$25 ) + SUMIF( tmpallocaggregatews.n$4:N$25, C3, tmpallocaggregatews.m$4:M$25 ) + SUMIF( tmpallocaggregatews.s$4:S$25, C3, tmpallocaggregatews.r$4:R$25 ) in a non monospace font (which is what is forced upon you in WIN 11) the commas are not aligned and the C3 cell is also not aligned.
Comment on attachment 198024 [details] screenshot of default font in formula bar In the last line of screenshot, it appears I accidentally entered extra characters into the line which accentuates the misalignment. However, even ignoring that line I think it is obvious that using the system default font (which has kerning) makes it more difficult to parse the meaning of the formula.
Using monospace font in Formula bar can be make sense UX-team?
Similar discussion in bug 153727; if we provide an option to change the font including the font size we catch two birds with one stone.