Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Updating a reference ROW

My spreadheet has the entire MLB N/L schedule
COLUMNS are TEAM
ROWS are DATE
Each mmorning, W/L are updated.
Summary section contain cell the look for MAX and MIN
'E188" =MIN(E18:E103) E103 represents were the last new data is entered.
I would like to automate the reference to the last row filled in.
The referenced columns for games NOT YET PLAYED result in #N/A. This is
needed for graphing purposes. I curretly have to use the <Ctrl +H function
to update the ending cell across the MIN and MAX rows.
Thanks in advance for your support
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Updating a reference ROW

Modified to =MIN(E3,OFFSET(E1,0,0,COUNTA(E5:E185),1)) to limit reference
because orig created circular reference. Result returned #NA

SAMPLE:
A B C D E

104 7/09/08 / 47 / 44 / SF /.516
185 9/28/08/ / / FLA / #NA

185 9/28/08 / / / FLA
/=IF(B185="",NA(),B185/SUM(B185:C185:C185))

E185 (and all above) prevents line graph from dropping to ZERO because graph
is formatted to extend to end of season.

I'm hoping to figure a way to have 187(MIN) and 188(MAX) look into the
respective column (3:185) and identify the last row with a numeric result and
change

"Don Guillett" wrote:

Assumes ALL rows are filled in
=MIN(e1,OFFSET(e1,0,0,COUNTA(e:e),1))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Deskpilot" wrote in message
...
My spreadheet has the entire MLB N/L schedule
COLUMNS are TEAM
ROWS are DATE
Each mmorning, W/L are updated.
Summary section contain cell the look for MAX and MIN
'E188" =MIN(E18:E103) E103 represents were the last new data is entered.
I would like to automate the reference to the last row filled in.
The referenced columns for games NOT YET PLAYED result in #N/A. This is
needed for graphing purposes. I curretly have to use the <Ctrl +H
function
to update the ending cell across the MIN and MAX rows.
Thanks in advance for your support



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
Updating Indirect Reference(s) Sunrise TG Excel Worksheet Functions 3 February 7th 07 10:41 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Updating cells which reference a defined name Mike Miller Excel Discussion (Misc queries) 1 November 9th 06 01:06 AM
Row reference increment but preserve column reference Pwanda Excel Worksheet Functions 1 April 28th 05 01:12 PM
When updating a worksheet, how do I create a link updating the sa. Phlashh Excel Worksheet Functions 9 January 27th 05 06:05 PM


All times are GMT +1. The time now is 08:37 PM.

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"