Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
billybob1
 
Posts: n/a
Default How to find the minimum value in a database with multiple values .

I am trying to find the earliest transaction date for a program participant
with multiple records relating to each participant. For example in a list of
transactions participants are identified by their SSN, there are many
transactions by each participant with the date of each transaction recorded.
I want to find the earliest transaction date by each participant without
sorting the database.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=MIN(IF(B3:B300="a",A3:A300))

dates in A3:A300 (need to be real excel dates thus numeric), participants in
B3:B300 and the above formula will find the earliest date for participant "a"

needs to be entered with ctrl + shift & enter


Regards,


Peo Sjoblom


"billybob1" wrote:

I am trying to find the earliest transaction date for a program participant
with multiple records relating to each participant. For example in a list of
transactions participants are identified by their SSN, there are many
transactions by each participant with the date of each transaction recorded.
I want to find the earliest transaction date by each participant without
sorting the database.

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

Assuming the transaction is list in A2:B500, with SSN's in A and dates in B,
and you create a list of the unique participants in D2:D30, in E2 type this
formula

=MIN(IF($A$2:$A$500=D2,$B$2:$B$500))

You must press CTRL+SHIFT+ENTER to enter this as an array formula. Copy it
down through E30.

On Wed, 26 Jan 2005 09:15:05 -0800, billybob1
wrote:

I am trying to find the earliest transaction date for a program participant
with multiple records relating to each participant. For example in a list of
transactions participants are identified by their SSN, there are many
transactions by each participant with the date of each transaction recorded.
I want to find the earliest transaction date by each participant without
sorting the database.


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
Multiple X-Axis Values Rob Herrmann Charts and Charting in Excel 2 January 23rd 05 10:57 PM
Sum minimum values in a pivot table AK Excel Worksheet Functions 1 December 22nd 04 08:55 PM
in excel, how do I find which values doesn't have a pair? jackies_place Excel Discussion (Misc queries) 2 December 17th 04 05:43 PM
How do you find duplicate values in excel- 2 columns of numbers rickmanz Excel Discussion (Misc queries) 1 December 15th 04 11:16 PM
To find different values in Col B corresp. to repeated vaues in c K.S.Warrier Excel Worksheet Functions 7 December 10th 04 10:57 AM


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