![]() |
Formula needed please
I have two work sheets. The first contains the static client data while the
second records individual contacts with each client. Looks like this; Sheet 1 A B C D # Ref# First Name 1 654 Sam Fisher 2 123 Sam Jones 3 688 Harry Smith 4 478 John Johanson Sheet 2 A B C D E Date # Ref# First Last 05/05/08 1 654 Sam Fisher 15/08/09 1 654 Sam Fisher 15/08/09 3 688 Harry Smith 15/08/09 4 478 John Johanson 15/08/09 5 987 Laurey Dessmond I need a formula that can extract the most recent date we had contact with a client based on the client #. In the case of Sam Fisher that would be the number 1. The formula would sit in column e on sheet 1 Is this possible? Please help Thanks |
Formula needed please
Check out responses to your earlier posting. Follow through there.
-- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
Formula needed please
how do i do that??
"Max" wrote: Check out responses to your earlier posting. Follow through there. -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
Formula needed please
"Ben" wrote:
how do i do that?? Aha, I'm not sure why you can't see your earlier posting? Here's the response I posted the ... One way Assuming client num is unique, and dates in Sheet2 are real dates In Sheet1, In E2, array-entered, ie press CTRL+SHIFT+ENTER to confirm the formula: =MAX(IF(Sheet2!B$2:B$6=A2,Sheet2!A$2:A$6)) Copy down. Real dates are numbers, increasing chronologically. Hence the latest date for any particular client num would simply be its largest associated "date" number Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
Formula needed please
Thanks Mx...I couldn't see my first post because I got a time out message so
I didn't know it had been posted. Thanks again...it works "Max" wrote: "Ben" wrote: how do i do that?? Aha, I'm not sure why you can't see your earlier posting? Here's the response I posted the .. One way Assuming client num is unique, and dates in Sheet2 are real dates In Sheet1, In E2, array-entered, ie press CTRL+SHIFT+ENTER to confirm the formula: =MAX(IF(Sheet2!B$2:B$6=A2,Sheet2!A$2:A$6)) Copy down. Real dates are numbers, increasing chronologically. Hence the latest date for any particular client num would simply be its largest associated "date" number Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
Formula needed please
Welcome. Glad it worked. Pl spare a moment to press the YES button (like the
one below) in that response. -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Ben" wrote: Thanks Mx...I couldn't see my first post because I got a time out message so I didn't know it had been posted. Thanks again...it works |
Formula needed please
Hi Max,
I now need to count how many clients are repeated in my record sheet. If clients have a unique client number how do I work out how many clients received a service on more than one occassion? "Max" wrote: Welcome. Glad it worked. Pl spare a moment to press the YES button (like the one below) in that response. -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Ben" wrote: Thanks Mx...I couldn't see my first post because I got a time out message so I didn't know it had been posted. Thanks again...it works |
Formula needed please
Pl start a fresh, new thread for your new query.
-- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- |
All times are GMT +1. The time now is 11:55 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com