Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mikefranklin1969
 
Posts: n/a
Default Finding last used

I have imported a query into excel and I'm having a problem sorting the data.
The data consists of part #, description, technician #, usage qty, and usage
date. I am trying to find the last used date for each part #. The imported
query gives every used qty of every part and looks something like this:
A B C D E
1..part # description tech # usage qty usage date
2..11647 spool oring 2101 -4 051202
3..11647 spool oring 2103 -1 040103
4..12896 fan motor 4109 -3 060301

I can do a pivot table on another sheet and sort by tech number or part
number and get some sort of organization, but I'm only interested in knowing
the last time a part was used. I've tried inserting a formula into
F2=if(E2<051212,"Over 6 months ago","") and so on, which organizes the part
usage into a few useable types, but I can't seem to organize it down to the
last uasage. Any tips or hints would be great.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Finding last used

=MAX((A2:A20=11647)*(F2:F20))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"mikefranklin1969" wrote in
message ...
I have imported a query into excel and I'm having a problem sorting the

data.
The data consists of part #, description, technician #, usage qty, and

usage
date. I am trying to find the last used date for each part #. The

imported
query gives every used qty of every part and looks something like this:
A B C D

E
=MAX((A2:A20=11647)*(F2:F20))
I can do a pivot table on another sheet and sort by tech number or part
number and get some sort of organization, but I'm only interested in

knowing
the last time a part was used. I've tried inserting a formula into
F2=if(E2<051212,"Over 6 months ago","") and so on, which organizes the

part
usage into a few useable types, but I can't seem to organize it down to

the
last uasage. Any tips or hints would be great.



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 Asymptotes from a set of data in Excel WAYNEL Excel Worksheet Functions 1 January 7th 06 01:28 AM
Finding Asymptotes from a set of data in Excel WAYNEL Excel Discussion (Misc queries) 0 January 6th 06 10:48 PM
Filter not finding all cells in columns yowee Excel Worksheet Functions 2 August 12th 05 03:27 AM
Finding Duplicate Names from Different Lists... PokerZan Excel Discussion (Misc queries) 1 July 8th 05 09:58 AM
Finding min and max date of a given month Caro-Kann Defence Excel Worksheet Functions 2 May 13th 05 06:33 PM


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