#1   Report Post  
Posted to microsoft.public.excel.misc
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Look Up Help Needed

Let's say I have a data table where the top row contains this month's dates
and the row beneath contains a bank balance. I update the bank balance row
each day with the prior day's balance. Also, there is a column to the far
right called 'Daily Total.' See below:


Daily Total
Dates| 7/1 7/2 7/3 etc.
Value| $1 $4 $5 etc. ?

How can I have the "Daily Total" column return the most recent date's bank
balance? Note, it is possible that the balance could be zero.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Look Up Help Needed

=INDEX(A2:Z2,MATCH(MAX(A1:Z1),A1:Z1,0))

--


Regards,


Peo Sjoblom

"Bob" wrote in message
...
Let's say I have a data table where the top row contains this month's
dates
and the row beneath contains a bank balance. I update the bank balance
row
each day with the prior day's balance. Also, there is a column to the far
right called 'Daily Total.' See below:


Daily Total
Dates| 7/1 7/2 7/3 etc.
Value| $1 $4 $5 etc. ?

How can I have the "Daily Total" column return the most recent date's bank
balance? Note, it is possible that the balance could be zero.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Look Up Help Needed

Hi,

Provide you don't have a daily balance in excess of

100000000000000000000000

This should work
=LOOKUP(10^23,A2:AE2)
It will find the right most number in row A2:AE2

Mike

"Bob" wrote:

Let's say I have a data table where the top row contains this month's dates
and the row beneath contains a bank balance. I update the bank balance row
each day with the prior day's balance. Also, there is a column to the far
right called 'Daily Total.' See below:


Daily Total
Dates| 7/1 7/2 7/3 etc.
Value| $1 $4 $5 etc. ?

How can I have the "Daily Total" column return the most recent date's bank
balance? Note, it is possible that the balance could be zero.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Look Up Help Needed

In other words, you want to return the *last* numeric value of the row?

Try something like this:

=IF(COUNT(A2:AE2),LOOKUP(1E10,A2:AE2),"")


--
Biff
Microsoft Excel MVP


"Bob" wrote in message
...
Let's say I have a data table where the top row contains this month's
dates
and the row beneath contains a bank balance. I update the bank balance
row
each day with the prior day's balance. Also, there is a column to the far
right called 'Daily Total.' See below:


Daily Total
Dates| 7/1 7/2 7/3 etc.
Value| $1 $4 $5 etc. ?

How can I have the "Daily Total" column return the most recent date's bank
balance? Note, it is possible that the balance could be zero.



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 needed please TheGodfather[_2_] Excel Worksheet Functions 1 October 28th 07 06:52 PM
help needed Todd7724 Excel Discussion (Misc queries) 5 March 14th 07 01:13 AM
Help needed! presty Excel Discussion (Misc queries) 1 July 10th 06 04:12 PM
help needed todd22 Excel Discussion (Misc queries) 3 March 5th 06 07:46 PM
If Then help needed RGT New Users to Excel 2 March 18th 05 01:30 AM


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