About 1,429,339 results (4,514 milliseconds)

How can I sort numerically from greatest to least? - Google Docs ...

https://support.google.com/docs/thread/218735822/how-can-i-sort-numerically-from-greatest-to-least?hl=en
Jun 1, 2023 ... I am trying to sort Column B numerically from Greatest to Least but it does not recognize a negative number as a negative when sorting.

Help sorting an entire sheet based on values in one column ...

https://support.google.com/docs/thread/79995769/help-sorting-an-entire-sheet-based-on-values-in-one-column?hl=en
Oct 30, 2020 ... For this reason, you are not getting the expected result. As you know, positive numeric values do not show a '+' sign whereas negative values do ...

using wuery(importrange) to combine data from multiple ...

https://support.google.com/docs/thread/98092606/using-wuery-importrange-to-combine-data-from-multiple-spreadsheets?hl=en
Feb 15, 2021 ... The problem is that the range data includes both negative and positive numbers. ... Are you positive that the dates aren't sorting correctly, in ...

Sorting my Data produces #REF! in my Formulas - Google Docs ...

https://support.google.com/docs/thread/10864055/sorting-my-data-produces-ref-in-my-formulas?hl=en
Jul 29, 2019 ... It just takes the original row number and adds the offset (positive or negative) to the row numbers. It isn't smart enough to know that you ...

Sheet not showing negative numbers consistently - Google Docs ...

https://support.google.com/docs/thread/181677675/sheet-not-showing-negative-numbers-consistently?hl=en
Sep 30, 2022 ... For context, this sheet was shared with me in order to create my budget. It just so happens that this month (September) I returned an item and ...

Decimal numbers not sorting correctly in Sheets - Google Docs ...

https://support.google.com/docs/thread/99689073/decimal-numbers-not-sorting-correctly-in-sheets?hl=en
Feb 25, 2021 ... ... minus symbol above it. You would follow one of these processes: unhide, if hidden, column Q; select column A through Q; Use the data --> sort ...

Need Help with Unable to parse query string for Function QUERY ...

https://support.google.com/docs/thread/12987196/need-help-with-unable-to-parse-query-string-for-function-query-parameter-2-parse-error?hl=en
Aug 27, 2019 ... M and N sum rows of (F minus G) where there is content in K,L grouped by date. Positive values are displayed in M on the last row of each date ...

positive and negative x-axis with different scales

https://groups.google.com/g/microsoft.public.excel.charting/c/y7EcZECZ7KE
Apr 29, 2002 ... by using a secondary axis for the negative values. Set the scale for ... > want is a secondary axis is negative. > > I sort of created this effect ...

Date & number formats | Google Sheets | Google for Developers

https://developers.google.com/workspace/sheets/api/guides/formats
... positive numbers, negative numbers, zero, and text (in that order): ... This is included for compatibility with Microsoft Excel number formats. It's ...

Conditional formatting formula for Matching positive and negative ...

https://support.google.com/docs/thread/238755205/conditional-formatting-formula-for-matching-positive-and-negative-numbers-in-a-column?hl=en
Oct 11, 2023 ... I know how to conditional format for duplicated numbers. What I need to do is match the positive and negative amounts in a columnand color them.

Find positive and negative words in corpus using Word2Vec's ...

https://groups.google.com/g/gensim/c/wh7B00cc80w
Aug 10, 2016 ... So you may want to experiment with larger window values. Regarding the way you're using `most_similar()`: * its `positive` and ...

How do I keep a cell blank until data is input into both cells of the ...

https://support.google.com/docs/thread/52250147/how-do-i-keep-a-cell-blank-until-data-is-input-into-both-cells-of-the-formula?hl=en
Jun 8, 2020 ... But I already have a "display zero for negative numbers" function in place. ... But in order to do that, the blank cells copied from NEW OH ...

How to compare frequency of data between two columns, and sort ...

https://support.google.com/docs/thread/148539588/how-to-compare-frequency-of-data-between-two-columns-and-sort-into-new-column?hl=en
Jan 31, 2022 ... Positive is Longs, negative is Shorts, and zero is tied. So this formula in J: =IFS(I3=0,"", I3>0,REPT("L~" & F3 & "~" & ABS(I3) & "%", ABS ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Returns the first n items in a data set after performing a sort. Learn more ... If the number is positive or negative, it is rounded up. Learn more. Math ...

Racing Points Table - How to add green up arrow or red down ...

https://support.google.com/docs/thread/97668388/racing-points-table-how-to-add-green-up-arrow-or-red-down-arrows-depending-on-results?hl=en
Feb 11, 2021 ... ... numbers are positive, negative, or equal to zero. Hope this is ... But can you clarify what the Race Number column is in Points Sorted?

Trouble with some data analysis - Google Docs Editors Community

https://support.google.com/docs/thread/118815280/trouble-with-some-data-analysis?hl=en
Jul 28, 2021 ... If we subtract column G from F instead, and increase in YELLIS score would be a positive number. Let me know. On the subject of Excel, yes, the ...

What format should I use if an amount is zero which will ...

https://support.google.com/docs/thread/3598678/what-format-should-i-use-if-an-amount-is-zero-which-will-automatically-be-done-like-this-%E2%82%B1?hl=en
Apr 4, 2019 ... In the Custom Number Formatting dialog, you can enter different formats for Positive, Negative, and Zero values. Use semi-colons to separate the 3 options.

Drop down list for multiple worksheets in a sheet? - Google Docs ...

https://support.google.com/docs/thread/320638270?hl=en&msgid=320640537
Jan 25, 2025 ... It is often best to create a column of you dropdown values (dropdown from range), since they can be easily sorted and updated, rather than ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
... ORDER BY OFFSET)) AS encoded_string FROM UNNEST ... Forces to precede the result with a plus or minus sign ( + or - ) even for positive numbers.

Display Only Positive Results of a Formula in Google Spreadsheets ...

https://support.google.com/docs/thread/150378139/display-only-positive-results-of-a-formula-in-google-spreadsheets?hl=en
Feb 11, 2022 ... Hello I want to make a sum that's only showing the "positive" numbers. so the negative numbers have to be 0 at least. Example: 6-9 = -3. The ...