So, if you enter MTBF in column C, you want to pick up the maximum of
this for each Internal Part Number? If so, try this array* formula in
D2:
=MAX(IF(A$2:A$200=A2,C$2:C$200))
I've assumed 200 rows of data - adjust to suit.
*An array formula has to be committed using CTRL-SHIFT-ENTER (CSE)
rather than the usual ENTER. If you do this correctly then Excel will
wrap the formula in curly braces { } when viewed in the formula bar -
do not type these yourself. Use CSE again if you subsequently amend/
edit the formula.
You can copy the formula down column D in the normal way(s).
Hope this helps.
Pete
On Mar 27, 2:02 pm, robert.gu...@comcast.net wrote:
> Sorry my bad.
>
[quoted text clipped - 14 lines]
>
> Hope this helps... Thanks for any and all help
robert.guers@comcast.net - 27 Mar 2008 16:00 GMT
> So, if you enter MTBF in column C, you want to pick up the maximum of
> this for each Internal Part Number? If so, try this array* formula in
[quoted text clipped - 38 lines]
>
> - Show quoted text -
FANTASTIC!!!!!!!!!!!!!!!!!!!!!!! Thank you for your help...
Pete_UK - 27 Mar 2008 16:07 GMT
You're welcome, Robert - thanks for feeding back.
Pete
FANTASTIC!!!!!!!!!!!!!!!!!!!!!!! Thank you for your help...