R
Ravager
I need to know if there is a way to find the largest change in a single
column of numbers, even if they are negative values.
EXAMPLE:
Column A1:A3 contains the following numbers
135.67
23.45
-256.77
I need to show the returned information in Cell B6.
Every function I use returns 135.67 as the largest but I need to return the
-256.77, (and show the negative sign). This is a very simple example but I
hope someone can help.
column of numbers, even if they are negative values.
EXAMPLE:
Column A1:A3 contains the following numbers
135.67
23.45
-256.77
I need to show the returned information in Cell B6.
Every function I use returns 135.67 as the largest but I need to return the
-256.77, (and show the negative sign). This is a very simple example but I
hope someone can help.