ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Subtraction from the lowest number postion wise in Column (https://www.excelbanter.com/excel-worksheet-functions/391204-subtraction-lowest-number-postion-wise-column.html)

Gandaf

Subtraction from the lowest number postion wise in Column
 
Hi everyone I am making a table where I want the function to subtract using the value that is lowest excluding zero in the positional sense. compared to MAX and MIN and such. The number would just be being subtracted from an original number which would be above the list of numbers.

23-original
15
13
16
10
12
0
0
0
0

in this example I want the formula to know that it is suppose to subtract 12 from 23. So the answer I should be getting would be 11.

Ron Rosenfeld[_2_]

Subtraction from the lowest number postion wise in Column
 
On Tue, 14 Feb 2012 02:25:15 +0000, Gandaf wrote:


Hi everyone I am making a table where I want the function to subtract
using the value that is lowest excluding zero in the positional sense.
compared to MAX and MIN and such. The number would just be being
subtracted from an original number which would be above the list of
numbers.

23-original
15
13
16
10
12
0
0
0
0

in this example I want the formula to know that it is suppose to
subtract 12 from 23. So the answer I should be getting would be 11.


If your numbers are in column A, with "original" in A1, then try:

=A1-LOOKUP(2,1/(A:A<0),A:A)


Gandaf

Quote:

Originally Posted by Ron Rosenfeld[_2_] (Post 1386703)
On Tue, 14 Feb 2012 02:25:15 +0000, Gandaf wrote:


Hi everyone I am making a table where I want the function to subtract
using the value that is lowest excluding zero in the positional sense.
compared to MAX and MIN and such. The number would just be being
subtracted from an original number which would be above the list of
numbers.

23-original
15
13
16
10
12
0
0
0
0

in this example I want the formula to know that it is suppose to
subtract 12 from 23. So the answer I should be getting would be 11.


If your numbers are in column A, with "original" in A1, then try:

=A1-LOOKUP(2,1/(A:A<0),A:A)


Perfect, thank you very much

Ron Rosenfeld[_2_]

Subtraction from the lowest number postion wise in Column
 
On Wed, 15 Feb 2012 20:24:57 +0000, Gandaf wrote:

If your numbers are in column A, with "original" in A1, then try:

=A1-LOOKUP(2,1/(A:A<0),A:A)



Perfect, thank you very much




--
Gandaf


Glad to help. Thanks for the feedback.


All times are GMT +1. The time now is 05:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com