Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Formula for last numberic value in column

In column G the Graphs and Projections worksheet I have the following
formula series:

Cell Cell formula
Value
50 =IF('Multi-Trend Chart'!D202<"",'Multi-Trend Chart'!D202,#N/A) $192,805
51 =IF('Multi-Trend Chart'!D203<"",'Multi-Trend Chart'!D203,#N/A) $199,864
52 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A) $201,698
53 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A) #N/A
54 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A) #N/A
etc etc #N/A
etc etc #N/A
100 etc $201,698

The #N/A feature of the formula causes Excel to not plot null or blank
values as zeros. I am using conditional formatting to make the N/As
invisible. Works okay.

What I need is a formula for cell G100 that shows the last numeric value in
column G, not the #N/A. What would that formula be?

Or, is there a more efficient way to approach this?

Thanks, Phil

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Formula for last numberic value in column

Try

=INDEX(G:G,MATCH(9.99999999999999E+307,G:G))

--
HTH

Bob Phillips

"Phil Hageman" wrote in message
...
In column G the "Graphs and Projections" worksheet I have the following
formula series:

Cell Cell formula
Value
50 =IF('Multi-Trend Chart'!D202<"",'Multi-Trend Chart'!D202,#N/A)

$192,805
51 =IF('Multi-Trend Chart'!D203<"",'Multi-Trend Chart'!D203,#N/A)

$199,864
52 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A)

$201,698
53 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A)

#N/A
54 =IF('Multi-Trend Chart'!D204<"",'Multi-Trend Chart'!D204,#N/A)

#N/A
etc etc #N/A
etc etc #N/A
100 etc $201,698

The "#N/A" feature of the formula causes Excel to not plot null or blank
values as zeros. I am using conditional formatting to make the "N/As"
invisible. Works okay.

What I need is a formula for cell G100 that shows the last numeric value

in
column G, not the "#N/A." What would that formula be?

Or, is there a more efficient way to approach this?

Thanks, Phil



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
how can I convert numberic value to text in english? Function New User Excel Worksheet Functions 2 March 18th 09 09:32 AM
delete non numberic characters David T Excel Discussion (Misc queries) 6 September 7th 06 04:13 AM
Can you convert Excel column indicators from Alpha to Numberic? JudyB Excel Discussion (Misc queries) 1 February 2nd 06 04:17 PM
Can you convert Excel column indicators from Alpha to Numberic? Gary''s Student Excel Discussion (Misc queries) 0 February 2nd 06 03:29 PM
alpha numberic cell clambake5 Excel Worksheet Functions 6 March 17th 05 10:51 PM


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