how do I deduct furthest south cell from furthest north cell?

O

Ollie

example: If I put '3000' in Cell 'A1' and in colomn 'A' there are repeated
numerical amounts being added ie 'A3 50, A8 32, A13 68' what sum would I need
to deduct the furthest south cell 'only' from the '3000' in cell A1.
 
R

RagDyeR

Try this:

=A1-LOOKUP(99^99,A:A)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

example: If I put '3000' in Cell 'A1' and in colomn 'A' there are repeated
numerical amounts being added ie 'A3 50, A8 32, A13 68' what sum would I
need
to deduct the furthest south cell 'only' from the '3000' in cell A1.
 
G

Gord Dibben

Ollie

=A1-LOOKUP(9.99999999999999E+307,A:A)

Entered in B1


Gord Dibben MS Excel MVP
 
Top