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  

data in 2nd column associated with =MAX(H1:H100) from another colu



 
 
Thread Tools Display Modes
  #1  
Old April 16th, 2009, 04:17 PM posted to microsoft.public.excel.worksheet.functions
tcek
external usenet poster
 
Posts: 48
Default data in 2nd column associated with =MAX(H1:H100) from another colu

I have two columns. Column one has the dates of the month and the second
column has inventory amounts for that date. The inventory amounts is paste
linked to another worksheet. I have the data in column 2 to show up in the
linked worksheet for the latest date. I am using =max(date1...date31) to find
the lasted date. Any suggestions to transfer the associated data to the
linked field would be greatly appreciated
  #2  
Old April 16th, 2009, 05:28 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default data in 2nd column associated with =MAX(H1:H100) from another colu

Kind of vague, maybe this:

Assume you have this formula in cell A1:

=max(date1...date31)

Then:

=INDEX(Sheet1!B:B,MATCH(A1,Sheet1!A:A,0))

--
Biff
Microsoft Excel MVP


"tcek" wrote in message
...
I have two columns. Column one has the dates of the month and the second
column has inventory amounts for that date. The inventory amounts is
paste
linked to another worksheet. I have the data in column 2 to show up in the
linked worksheet for the latest date. I am using =max(date1...date31) to
find
the lasted date. Any suggestions to transfer the associated data to the
linked field would be greatly appreciated



  #3  
Old April 16th, 2009, 05:33 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default data in 2nd column associated with =MAX(H1:H100) from another colu

Hi,

A least for me you will have to explain this a bit more clearly and
preferably with some sample data and expected result.

Mike

"tcek" wrote:

I have two columns. Column one has the dates of the month and the second
column has inventory amounts for that date. The inventory amounts is paste
linked to another worksheet. I have the data in column 2 to show up in the
linked worksheet for the latest date. I am using =max(date1...date31) to find
the lasted date. Any suggestions to transfer the associated data to the
linked field would be greatly appreciated

 




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 01:05 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.