A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Last number in a column shows in the total/summay line cell



 
 
Thread Tools Display Modes
  #1  
Old March 22nd, 2010, 11:44 PM posted to microsoft.public.excel.worksheet.functions
Jen S[_2_]
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  
Old March 23rd, 2010, 12:05 AM posted to microsoft.public.excel.worksheet.functions
FSt1
external usenet poster
 
Posts: 2,788
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  
Old March 23rd, 2010, 02:11 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
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  
Old March 25th, 2010, 07:13 PM posted to microsoft.public.excel.worksheet.functions
Ziggy
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$520,ROW($C$35:$C$5 2))))

This is an Array formula

Cntr-Alt-Enter to implement
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:30 PM.


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