Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default how do I deduct furthest south cell from furthest north cell?

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default how do I deduct furthest south cell from furthest north cell?

use MATCH to look for a number larger than possible and subtract that

--
Don Guillett
SalesAid Software

"Ollie" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default how do I deduct furthest south cell from furthest north cell?

Try this:

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

--

HTH,

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

"Ollie" wrote in message
...
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.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default how do I deduct furthest south cell from furthest north cell?

Ollie

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

Entered in B1


Gord Dibben MS Excel MVP

On Fri, 29 Sep 2006 06:43:01 -0700, Ollie
wrote:

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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"