Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Last number in a column shows in the total/summay line cell

I am looking for a formula that would have the last number listed in a column
listed in the total or summary row of the spreadsheet.
Column A lists the month of the year Column B lists # of files pending
Jan 10
Feb 12
Mar 7


Summary -- I want this to show the last number in Column B -- in this
example 7. Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Last number in a column shows in the total/summay line cell

hi
in a cell of your choosing, enter..
=OFFSET(B1,COUNTIF(B1:B100,"0")-1,0)

regards
FSt1

"Jen S" wrote:

I am looking for a formula that would have the last number listed in a column
listed in the total or summary row of the spreadsheet.
Column A lists the month of the year Column B lists # of files pending
Jan 10
Feb 12
Mar 7


Summary -- I want this to show the last number in Column B -- in this
example 7. Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Last number in a column shows in the total/summay line cell

Another one...

=LOOKUP(1E100,B:B)

--
Biff
Microsoft Excel MVP


"Jen S" wrote in message
...
I am looking for a formula that would have the last number listed in a
column
listed in the total or summary row of the spreadsheet.
Column A lists the month of the year Column B lists # of files
pending
Jan
10
Feb
12
Mar
7


Summary -- I want this to show the last number in Column B -- in this
example 7. Thank you.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default Last number in a column shows in the total/summay line cell

On Mar 22, 8:11*pm, "T. Valko" wrote:
Another one...

=LOOKUP(1E100,B:B)

--
Biff
Microsoft Excel MVP

"Jen S" wrote in message

...



I am looking for a formula that would have the last number listed in a
column
listed in the total or summary row of the spreadsheet.
Column A lists the month of the year * * * Column B lists # of files
pending
Jan
10
Feb
12
Mar
7


Summary -- I want this to show the last number in Column B -- in this
example 7. Thank you.- Hide quoted text -


- Show quoted text -


=INDIRECT("C"&MAX(IF($C$35:$C$52<0,ROW($C$35:$C$5 2))))

This is an Array formula

Cntr-Alt-Enter to implement
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
Count number of cells and total in one column, based on another column suffix Pierre Excel Worksheet Functions 5 October 31st 07 12:28 AM
First line of cell is cut off when printed (shows on screen) ahaines Setting up and Configuration of Excel 1 September 20th 07 01:56 AM
Cell Shows 0.00 but still has a number Rob Excel Discussion (Misc queries) 2 August 7th 07 04:10 AM
Excel; shows a line of # instead of my text in a merged cell. ExcelRon Excel Discussion (Misc queries) 5 February 28th 07 09:10 PM
Line Column on 2 axes that shows stacked colums Paul Henderson Charts and Charting in Excel 2 February 27th 05 02:22 PM


All times are GMT +1. The time now is 10:18 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"