Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
mc32
 
Posts: n/a
Default Finding the next highest value in a list


I have a list of meeting days/times and separate list of tasks with end
date/times. Can someone help me to produce the formula that will match
the task end date/time with the next meeting after the task is due to
complete?


--
mc32
------------------------------------------------------------------------
mc32's Profile: http://www.excelforum.com/member.php...o&userid=31272
View this thread: http://www.excelforum.com/showthread...hreadid=509432

  #2   Report Post  
Posted to microsoft.public.excel.misc
Jonathan Cooper
 
Posts: n/a
Default Finding the next highest value in a list

Is the date/time in the same cell, or different cells?

"mc32" wrote:


I have a list of meeting days/times and separate list of tasks with end
date/times. Can someone help me to produce the formula that will match
the task end date/time with the next meeting after the task is due to
complete?


--
mc32
------------------------------------------------------------------------
mc32's Profile: http://www.excelforum.com/member.php...o&userid=31272
View this thread: http://www.excelforum.com/showthread...hreadid=509432


  #3   Report Post  
Posted to microsoft.public.excel.misc
mc32
 
Posts: n/a
Default Finding the next highest value in a list


I have it both ways


--
mc32
------------------------------------------------------------------------
mc32's Profile: http://www.excelforum.com/member.php...o&userid=31272
View this thread: http://www.excelforum.com/showthread...hreadid=509432

  #4   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default Finding the next highest value in a list

Here's a proposal:

B C D E
1 Meetings task prior
2 meetings key date time to meeting
3 01.02.2006 14:00 01.02.2006 14:00 too early
4 12.04.2006 10:00 12.04.2006 10:00 10.04.2006 11:00
5 08.05.2006 11:30 08.05.2006 11:30 10.04.2006 11:00
6
7
8
9 tasks meeting prior
10 tasks key date time to tasks
11 13.02.2006 13:00 13.02.2006 13:00 01.02.2006 14:00
12 10.04.2006 11:00 10.04.2006 11:00 01.02.2006 14:00
13 09.05.2006 11:30 09.05.2006 11:30 08.05.2006 11:30

Formula in B4: =SUM(C4:D4) format as dd.mm.yyyy hh:mm
Copy down as required

Formula in B12: =SUM(C12:D12) format as dd.mm.yyyy hh:mm
Copy down as required

Formula in E4: =IF(ISNA(VLOOKUP(B4;$B$12:$D$14;1;TRUE));"too
early";VLOOKUP(B4;$B$12:$D$14;1;TRUE))
format as dd.mm.yyyy hh:mm
Copy down as required

Formula in E12: =IF(ISNA(VLOOKUP(B12;$B$4:$D$6;1));"too
early";VLOOKUP(B12;$B$4:$D$6;1))
format as dd.mm.yyyy hh:mm
Copy down as required

Columns C and D is your Input.

Hans

  #5   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default Finding the next highest value in a list

Sorry,

B3:D5 and B11:D13 need to be sorted in ascending order of B

Hans

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
Finding concurrent events from a list with a start and an end time Dave at tch Excel Discussion (Misc queries) 3 January 13th 06 04:00 PM
5 highest then list names ufo_pilot Excel Worksheet Functions 5 January 12th 06 06:22 PM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Formula to sum and list highest to lowest Brian Excel Worksheet Functions 1 December 11th 04 10:26 PM


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