P
Parbuster18
I am looking for a function to calculate this numbers.
col.A
1 -5
2 -24
3 8
4 12
I am looking for the difference between two number after
telling the cell to pick the largest number.
Max(A1:A4)-A1=7
This is not what I am looking for the number should be 17.
And if you turn it around.
A1-Max(A1:A4)=-17
That is not right either and I need to apply the same
function to all four rows.
A1-Max(A1:A4)=-17 Should be 17
A2-Max(A1:A4)=-36 Should be 36
A3-Max(A1:A4)=-4 Should be 4
A4-Max(A1:A4)=0 Should be 0
And if you had two negitive numbers this would not work
even if you put ABS in front of the function to do away
with the minus sign.
Min(A1:A4)-A1=-19 and I am looking for an answer of 29.
Any Help.
col.A
1 -5
2 -24
3 8
4 12
I am looking for the difference between two number after
telling the cell to pick the largest number.
Max(A1:A4)-A1=7
This is not what I am looking for the number should be 17.
And if you turn it around.
A1-Max(A1:A4)=-17
That is not right either and I need to apply the same
function to all four rows.
A1-Max(A1:A4)=-17 Should be 17
A2-Max(A1:A4)=-36 Should be 36
A3-Max(A1:A4)=-4 Should be 4
A4-Max(A1:A4)=0 Should be 0
And if you had two negitive numbers this would not work
even if you put ABS in front of the function to do away
with the minus sign.
Min(A1:A4)-A1=-19 and I am looking for an answer of 29.
Any Help.