Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
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

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
count how many rows contain nonblank in column A and blank in colu Vic Excel Discussion (Misc queries) 5 April 8th 09 07:42 PM
Sum of items in a column if they meet two criteria in another colu vlpckett Excel Worksheet Functions 6 February 12th 09 11:44 PM
How do I auto populate a column with information from another colu K. Blount-Hill Excel Discussion (Misc queries) 2 December 2nd 08 08:09 AM
How can I find the minium date in column B subject to data in Colu Gwynneth Excel Discussion (Misc queries) 3 October 26th 07 05:50 PM
When I change the style in column (a) a date, it also changes colu Wayne Excel Discussion (Misc queries) 4 January 31st 05 03:05 PM


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