Computing desk | ||
---|---|---|
< November 30 | << Nov | December | Jan >> | December 2 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Hi, I am looking for an efficient algorithm for solving diophanite equation of the form , where a,b are positive integer parameters, and x,y are the variables, and are constrained to be integers. Thanks in advance! 212.179.21.194 (talk) 14:12, 1 December 2016 (UTC)
I'm trying to get the largest value in a column except certain values in that column. I apply conditional formatting to the values I want to ignore: Format Cells > Number > Text. Doing so, I'm assured by the dialog box that "Text format cells are treated as text even when a number is in the cell. The cell is displayed exactly as entered."
And the cell is indeed displayed exactly as entered (just the number and nothing else), but this formatting does not affect the cells in any way except for changing their default alignment from right to left (which I can easily change back to right anyways). The values in question are still not ignored either when the largest of them is selected or when they are sorted my magnitude.
I'm aware of the TEXT() function, and I've tried it and it works, but it requires another column, which I don't wish to have. How can I force Excel to actually treat as text the selected values in the same column, as if they're produced by TEXT()? --Szerekes (talk) 19:56, 1 December 2016 (UTC)