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  

Find project start and end dates in a DB with many different proje



 
 
Thread Tools Display Modes
  #1  
Old March 31st, 2005, 11:25 PM
AceWriter01
external usenet poster
 
Posts: n/a
Default Find project start and end dates in a DB with many different proje

I've got a spreadsheet containing tracking information for a number of
projects. Each row in the spreadsheet contains the following kinds of
information:

Date Start Time Finish Time Job No. Job Description Task Total Hours Total
Charges

Because I might work on a project at several different times during a day
and over the course of several days, there may be many rows of information
associated with a single project. However, these rows will not be contiguous
because I might work on other projects in between these episodes.

I want to find a way to search this data and find the start and end dates
for each project. What's the most efficient way to do this? I've tried using
DMIN and DMAX, but the need to use separate space on the spreadsheet to
define the search criteria (on two rows!) makes that too cumbersome to use
with a large number of projects. There must be a simple way to do this!!!
Anybody know of one?

Thanks!
  #2  
Old April 1st, 2005, 01:28 AM
JulieD
external usenet poster
 
Posts: n/a
Default

Hi

i would use a MIN(IF and MAX(IF array formula

e.g.
to find the start date/time of a Job No
=MIN(IF(D1100="Job 1",B1:B100,""))
to find the end date/ time of a Job No
=MAX(IF(D1100="Job 1",B1:B100,""))

as these are array formulas you need to enter them with CONTROL & SHIFT &
ENTER not just enter

Cheers
JulieD

"AceWriter01" wrote in message
...
I've got a spreadsheet containing tracking information for a number of
projects. Each row in the spreadsheet contains the following kinds of
information:

Date Start Time Finish Time Job No. Job Description Task Total Hours Total
Charges

Because I might work on a project at several different times during a day
and over the course of several days, there may be many rows of information
associated with a single project. However, these rows will not be
contiguous
because I might work on other projects in between these episodes.

I want to find a way to search this data and find the start and end dates
for each project. What's the most efficient way to do this? I've tried
using
DMIN and DMAX, but the need to use separate space on the spreadsheet to
define the search criteria (on two rows!) makes that too cumbersome to use
with a large number of projects. There must be a simple way to do this!!!
Anybody know of one?

Thanks!



  #3  
Old April 1st, 2005, 03:33 AM
AceWriter01
external usenet poster
 
Posts: n/a
Default

Perfect! Thanks so much!!!



"JulieD" wrote:

Hi

i would use a MIN(IF and MAX(IF array formula

e.g.
to find the start date/time of a Job No
=MIN(IF(D1100="Job 1",B1:B100,""))
to find the end date/ time of a Job No
=MAX(IF(D1100="Job 1",B1:B100,""))

as these are array formulas you need to enter them with CONTROL & SHIFT &
ENTER not just enter

Cheers
JulieD

"AceWriter01" wrote in message
...
I've got a spreadsheet containing tracking information for a number of
projects. Each row in the spreadsheet contains the following kinds of
information:

Date Start Time Finish Time Job No. Job Description Task Total Hours Total
Charges

Because I might work on a project at several different times during a day
and over the course of several days, there may be many rows of information
associated with a single project. However, these rows will not be
contiguous
because I might work on other projects in between these episodes.

I want to find a way to search this data and find the start and end dates
for each project. What's the most efficient way to do this? I've tried
using
DMIN and DMAX, but the need to use separate space on the spreadsheet to
define the search criteria (on two rows!) makes that too cumbersome to use
with a large number of projects. There must be a simple way to do this!!!
Anybody know of one?

Thanks!




  #4  
Old April 1st, 2005, 03:58 AM
JulieD
external usenet poster
 
Posts: n/a
Default

you're welcome and thanks for the feedback


"AceWriter01" wrote in message
...
Perfect! Thanks so much!!!



"JulieD" wrote:

Hi

i would use a MIN(IF and MAX(IF array formula

e.g.
to find the start date/time of a Job No
=MIN(IF(D1100="Job 1",B1:B100,""))
to find the end date/ time of a Job No
=MAX(IF(D1100="Job 1",B1:B100,""))

as these are array formulas you need to enter them with CONTROL & SHIFT &
ENTER not just enter

Cheers
JulieD

"AceWriter01" wrote in message
...
I've got a spreadsheet containing tracking information for a number of
projects. Each row in the spreadsheet contains the following kinds of
information:

Date Start Time Finish Time Job No. Job Description Task Total Hours
Total
Charges

Because I might work on a project at several different times during a
day
and over the course of several days, there may be many rows of
information
associated with a single project. However, these rows will not be
contiguous
because I might work on other projects in between these episodes.

I want to find a way to search this data and find the start and end
dates
for each project. What's the most efficient way to do this? I've tried
using
DMIN and DMAX, but the need to use separate space on the spreadsheet to
define the search criteria (on two rows!) makes that too cumbersome to
use
with a large number of projects. There must be a simple way to do
this!!!
Anybody know of one?

Thanks!






 




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 02:41 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.