Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLookup in to columns

Hi,
Im trying to make a calendar from a list of dates with corresponding times
(shown in the bottom of this message). My problem is how to make excel lookup
a date and the corresponding time, when there are more times on the same date
(Ie. on th 26-10-06, I want it to say 11:00, and in the cell below 12:15).

24-10-06 10:00
25-10-06 10:15
26-10-06 11:00
26-10-06 12:15
26-10-06 13:30
27-10-06 9:00

Hope some of you can help me.

Best regards

Frederik
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default VLookup in to columns

Try using the AutoFilter

"Frederik" wrote:

Hi,
Im trying to make a calendar from a list of dates with corresponding times
(shown in the bottom of this message). My problem is how to make excel lookup
a date and the corresponding time, when there are more times on the same date
(Ie. on th 26-10-06, I want it to say 11:00, and in the cell below 12:15).

24-10-06 10:00
25-10-06 10:15
26-10-06 11:00
26-10-06 12:15
26-10-06 13:30
27-10-06 9:00

Hope some of you can help me.

Best regards

Frederik

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default VLookup in to columns

If you prefered the formula method then try this:

=IF(ISERR(SMALL(IF($A$1:$A$6=--"10/26/2006",ROW(INDIRECT("1:"&ROWS($B$1:$B$6)))),ROWS($1 :1))),"",INDEX($B$1:$B$6,SMALL(IF($A$1:$A$6=--"10/26/2006",ROW(INDIRECT("1:"&ROWS($B$1:$B$6)))),ROWS($1 :1))))

ctrlshiftenter (not just enter)
Copy down as far as needed
Format cells as hh:mm

"Frederik" wrote:

Hi,
Im trying to make a calendar from a list of dates with corresponding times
(shown in the bottom of this message). My problem is how to make excel lookup
a date and the corresponding time, when there are more times on the same date
(Ie. on th 26-10-06, I want it to say 11:00, and in the cell below 12:15).

24-10-06 10:00
25-10-06 10:15
26-10-06 11:00
26-10-06 12:15
26-10-06 13:30
27-10-06 9:00

Hope some of you can help me.

Best regards

Frederik

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
"Text to Columns" for many columns in Excel 2003 NickName Excel Discussion (Misc queries) 12 September 8th 06 10:14 PM
2 way Vlookup - Creating array arguments from columns Hari Excel Discussion (Misc queries) 1 May 11th 06 01:18 PM
Trying to do Vlookup on multiple columns from different worksheet Jay Excel Worksheet Functions 2 May 9th 06 05:46 PM
Vlookup using two columns Daniel Bonallack Excel Worksheet Functions 3 December 9th 05 07:02 PM
vlookup for multiple columns MXC Excel Worksheet Functions 6 March 4th 05 09:59 PM


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